Commit 19943f95 authored by Sarah GP's avatar Sarah GP Committed by Mark Florian

Add ID to DAG query

parent ef36c4a0
query getDagVisData($projectPath: ID!, $iid: ID!) {
project(fullPath: $projectPath) {
pipeline(iid: $iid) {
id
stages {
nodes {
name
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment