Skip to content

Commit b65328e

Browse files
committed
Include reference in CoerceVariableValues
1 parent fc7fcae commit b65328e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 6 -- Execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ the operation fails without execution.
7777
CoerceVariableValues(schema, operation, variableValues):
7878

7979
- Let {coercedValues} be an empty unordered Map.
80-
- Let {variableDefinitions} be the variables defined by {operation}.
81-
- For each {variableDefinition} in {variableDefinitions}:
80+
- Let {variablesDefinition} be the variables defined by {operation}.
81+
- For each {variableDefinition} in {variablesDefinition}:
8282
- Let {variableName} be the name of {variableDefinition}.
8383
- Let {variableType} be the expected type of {variableDefinition}.
8484
- Assert: {IsInputType(variableType)} must be {true}.

0 commit comments

Comments
 (0)