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 88c47a8 commit f186ce7Copy full SHA for f186ce7
spec/Section 2 -- Language.md
@@ -613,8 +613,8 @@ which returns the result:
613
614
FragmentSpread : ... FragmentName Directives?
615
616
-FragmentDefinition : fragment FragmentName TypeCondition Directives?
617
-SelectionSet
+FragmentDefinition : Description? fragment FragmentName TypeCondition
+Directives? SelectionSet
618
619
FragmentName : Name but not `on`
620
@@ -1272,7 +1272,8 @@ Variable : $ Name
1272
1273
VariablesDefinition : ( VariableDefinition+ )
1274
1275
-VariableDefinition : Variable : Type DefaultValue? Directives[Const]?
+VariableDefinition : Description? Variable : Type DefaultValue?
1276
+Directives[Const]?
1277
1278
DefaultValue : = Value[Const]
1279
0 commit comments