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 fc7fcae commit b65328eCopy full SHA for b65328e
spec/Section 6 -- Execution.md
@@ -77,8 +77,8 @@ the operation fails without execution.
77
CoerceVariableValues(schema, operation, variableValues):
78
79
- Let {coercedValues} be an empty unordered Map.
80
-- Let {variableDefinitions} be the variables defined by {operation}.
81
-- For each {variableDefinition} in {variableDefinitions}:
+- Let {variablesDefinition} be the variables defined by {operation}.
+- For each {variableDefinition} in {variablesDefinition}:
82
- Let {variableName} be the name of {variableDefinition}.
83
- Let {variableType} be the expected type of {variableDefinition}.
84
- Assert: {IsInputType(variableType)} must be {true}.
0 commit comments