Commit 25383680 authored by Simon Knox's avatar Simon Knox

Fix editing ancestor cadences in subgroups

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