File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,6 @@ arrayValueWithVariable |
5353objectValueWithVariable ;
5454
5555
56- variableDefinitions : ' (' variableDefinition+ ' )' ;
57-
58- variableDefinition : variable ' :' type defaultValue?;
59-
6056variable : ' $' name;
6157
6258defaultValue : ' =' value;
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ operationDefinition:
55selectionSet |
66operationType name? variableDefinitions? directives? selectionSet;
77
8+ variableDefinitions : ' (' variableDefinition+ ' )' ;
89
10+ variableDefinition : variable ' :' type defaultValue?;
911
1012
1113selectionSet : ' {' selection+ ' }' ;
@@ -21,6 +23,7 @@ alias : name ':';
2123
2224
2325
26+
2427fragmentSpread : ' ...' fragmentName directives?;
2528
2629inlineFragment : ' ...' typeCondition? directives? selectionSet;
You can’t perform that action at this time.
0 commit comments