Commit 3e09d35c authored by Mark Florian's avatar Mark Florian

Merge branch 'dag-id-bug' into 'master'

Add ID to DAG query

See merge request gitlab-org/gitlab!57693
parents c98d7517 19943f95
query getDagVisData($projectPath: ID!, $iid: ID!) { query getDagVisData($projectPath: ID!, $iid: ID!) {
project(fullPath: $projectPath) { project(fullPath: $projectPath) {
pipeline(iid: $iid) { pipeline(iid: $iid) {
id
stages { stages {
nodes { nodes {
name 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