Skip to content

Commit 6de9b65

Browse files
ccbrownIvanGoncharov
authored andcommitted
fix ExecuteField usage arguments (#607)
1 parent 22feb9c commit 6de9b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 6 -- Execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ ExecuteSelectionSet(selectionSet, objectType, objectValue, variableValues):
330330
Note: This value is unaffected if an alias is used.
331331
* Let {fieldType} be the return type defined for the field {fieldName} of {objectType}.
332332
* If {fieldType} is defined:
333-
* Let {responseValue} be {ExecuteField(objectType, objectValue, fields, fieldType, variableValues)}.
333+
* Let {responseValue} be {ExecuteField(objectType, objectValue, fieldType, fields, variableValues)}.
334334
* Set {responseValue} as the value for {responseKey} in {resultMap}.
335335
* Return {resultMap}.
336336

0 commit comments

Comments
 (0)