Skip to content

Commit 42aeb94

Browse files
authored
Fix: missing step in ExecuteField (#439)
Closes #239
1 parent 0f993d8 commit 42aeb94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/Section 6 -- Execution.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ set or coercing a scalar value.
546546

547547
ExecuteField(objectType, objectValue, fieldType, fields, variableValues):
548548
* Let {field} be the first entry in {fields}.
549+
* Let {fieldName} be the field name of {field}.
549550
* Let {argumentValues} be the result of {CoerceArgumentValues(objectType, field, variableValues)}
550551
* Let {resolvedValue} be {ResolveFieldValue(objectType, objectValue, fieldName, argumentValues)}.
551552
* Return the result of {CompleteValue(fieldType, fields, resolvedValue, variableValues)}.

0 commit comments

Comments
 (0)