Skip to content

Commit 4805a96

Browse files
committed
Add missing grammar
1 parent 185bbac commit 4805a96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Appendix C -- Grammar Summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ FragmentSpread : ... FragmentName Arguments? Directives?
176176

177177
InlineFragment : ... TypeCondition? Directives? SelectionSet
178178

179-
FragmentDefinition : Description? fragment FragmentName TypeCondition
180-
Directives? SelectionSet
179+
FragmentDefinition : Description? fragment FragmentName VariablesDefinition?
180+
TypeCondition Directives? SelectionSet
181181

182182
FragmentName : Name but not `on`
183183

0 commit comments

Comments
 (0)