Commit 25383680 authored by Simon Knox's avatar Simon Knox

Fix editing ancestor cadences in subgroups

parent a3357f19
#import "./iteration_cadence.fragment.graphql" #import "./iteration_cadence.fragment.graphql"
# todo: should this use IterationsCadenceID! ?
query IterationCadence($fullPath: ID!, $id: ID!) { query IterationCadence($fullPath: ID!, $id: ID!) {
group(fullPath: $fullPath) { group(fullPath: $fullPath) {
id id
iterationCadences(id: $id) { iterationCadences(id: $id, includeAncestorGroups: true) {
nodes { nodes {
...IterationCadence ...IterationCadence
} }
......
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