Commit edbf7ea1 authored by Donald Cook's avatar Donald Cook

Fixed graphql lint errors

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