Loading testdata/get_workitem.json +11 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,17 @@ "namespace": { "fullPath": "gitlab-com/gl-infra/platform/runway/team" } }, "hasChildren": true, "children": { "nodes": [ { "iid": "34", "namespace": { "fullPath": "gitlab-com/gl-infra/platform/runway" } } ] } }, "iteration": { Loading testdata/mutation_create_work_item.graphql +9 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,15 @@ mutation CreateWorkItem($input: WorkItemCreateInput!) { fullPath } } hasChildren children { nodes { iid namespace { fullPath } } } } iteration { iteration { Loading testdata/mutation_update_work_item.graphql +9 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,15 @@ mutation UpdateWorkItem($input: WorkItemUpdateInput!) { fullPath } } hasChildren children { nodes { iid namespace { fullPath } } } } iteration { iteration { Loading testdata/query_get_work_item.graphql +9 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,15 @@ query GetWorkItem($fullPath: ID!, $iid: String!) { fullPath } } hasChildren children { nodes { iid namespace { fullPath } } } } iteration { iteration { Loading testdata/query_list_work_items.graphql +9 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,15 @@ fullPath } } hasChildren children { nodes { iid namespace { fullPath } } } } labels { labels { Loading Loading
testdata/get_workitem.json +11 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,17 @@ "namespace": { "fullPath": "gitlab-com/gl-infra/platform/runway/team" } }, "hasChildren": true, "children": { "nodes": [ { "iid": "34", "namespace": { "fullPath": "gitlab-com/gl-infra/platform/runway" } } ] } }, "iteration": { Loading
testdata/mutation_create_work_item.graphql +9 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,15 @@ mutation CreateWorkItem($input: WorkItemCreateInput!) { fullPath } } hasChildren children { nodes { iid namespace { fullPath } } } } iteration { iteration { Loading
testdata/mutation_update_work_item.graphql +9 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,15 @@ mutation UpdateWorkItem($input: WorkItemUpdateInput!) { fullPath } } hasChildren children { nodes { iid namespace { fullPath } } } } iteration { iteration { Loading
testdata/query_get_work_item.graphql +9 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,15 @@ query GetWorkItem($fullPath: ID!, $iid: String!) { fullPath } } hasChildren children { nodes { iid namespace { fullPath } } } } iteration { iteration { Loading
testdata/query_list_work_items.graphql +9 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,15 @@ fullPath } } hasChildren children { nodes { iid namespace { fullPath } } } } labels { labels { Loading