We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185bbac commit 4805a96Copy full SHA for 4805a96
spec/Appendix C -- Grammar Summary.md
@@ -176,8 +176,8 @@ FragmentSpread : ... FragmentName Arguments? Directives?
176
177
InlineFragment : ... TypeCondition? Directives? SelectionSet
178
179
-FragmentDefinition : Description? fragment FragmentName TypeCondition
180
-Directives? SelectionSet
+FragmentDefinition : Description? fragment FragmentName VariablesDefinition?
+TypeCondition Directives? SelectionSet
181
182
FragmentName : Name but not `on`
183
0 commit comments