File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1307,6 +1307,15 @@ fragment resourceFragment on Resource {
13071307 - Let {type} be the type expected in the position {value} is found.
13081308 - {value} must be coercible to {type}.
13091309
1310+ Note: Because all variable usages must be allowed,
1311+ [ as specified below separately] ( #sec-All-Variable-Usages-Are-Allowed ) , it can be
1312+ assumed that any variables found within input Values are within allowed
1313+ positions. Because variable values are supplied only at runtime, validation of
1314+ the supplied values is deferred to the {CoerceVariableValues()} algorithm
1315+ [ as part of execution] ( #sec-Coercing-Variable-Values ) . For the purpose of this
1316+ algorithm, it can therefore be assumed that all variables found within input
1317+ Values in a document are coercible.
1318+
13101319** Explanatory Text**
13111320
13121321Literal values must be compatible with the type expected in the position they
You can’t perform that action at this time.
0 commit comments