File tree 1 file changed +4
-2
lines changed
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 {
1303
1303
1304
1304
** Formal Specification**
1305
1305
1306
- - For each input Value {value} in the document:
1306
+ - For each literal input Value {value} in the document:
1307
1307
- Let {type} be the type expected in the position {value} is found.
1308
1308
- {value} must be coercible to {type}.
1309
1309
1310
1310
** Explanatory Text**
1311
1311
1312
1312
Literal 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 Allows] ( #sec-All-Variable-Usages-Are-Allowed ) .
1314
1316
1315
1317
The type expected in a position includes the type defined by the argument a
1316
1318
value 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