Commit edbf7ea1 authored by Donald Cook's avatar Donald Cook

Fixed graphql lint errors

parent 86a59a4a
...@@ -8,7 +8,12 @@ query groupMilestonesEE( ...@@ -8,7 +8,12 @@ query groupMilestonesEE(
group(fullPath: $fullPath) { group(fullPath: $fullPath) {
id id
name name
milestones(state: $state, includeDescendants: $includeDescendants, includeAncestors: $includeAncestors, timeframe: $timeframe) { milestones(
state: $state
includeDescendants: $includeDescendants
includeAncestors: $includeAncestors
timeframe: $timeframe
) {
edges { edges {
node { node {
id id
......
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