File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1303,14 +1303,16 @@ fragment resourceFragment on Resource {
13031303
13041304** Formal Specification**
13051305
1306- - For each input Value {value} in the document:
1306+ - For each literal input Value {value} in the document:
13071307 - Let {type} be the type expected in the position {value} is found.
13081308 - {value} must be coercible to {type}.
13091309
13101310** Explanatory Text**
13111311
13121312Literal values must be compatible with the type expected in the position they
1313- are found as per the coercion rules defined in the Type System chapter.
1313+ are found as per the coercion rules defined in the Type System chapter. Variable
1314+ values are handled by the rule
1315+ [ All Variable Usages Are Allowed] ( #sec-All-Variable-Usages-Are-Allowed ) .
13141316
13151317The type expected in a position includes the type defined by the argument a
13161318value is provided for, the type defined by an input object field a value is
You can’t perform that action at this time.
0 commit comments