Skip to content

Commit 159523d

Browse files
committed
Remove duplicate ExecuteField
1 parent fc574e5 commit 159523d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

spec/Section 6 -- Execution.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -829,18 +829,6 @@ set or coercing a scalar value.
829829

830830
ExecuteField(objectType, objectValue, fieldType, fields, variableValues, path):
831831

832-
- Let {field} be the first entry in {fields}.
833-
- Let {fieldName} be the field name of {field}.
834-
- Let {argumentValues} be the result of {CoerceArgumentValues(objectType, field,
835-
variableValues)}
836-
- Let {resolvedValue} be {ResolveFieldValue(objectType, objectValue, fieldName,
837-
argumentValues)}.
838-
- Let {responseValue}, {defers} and {streams} be the result of
839-
{CompleteValue(fieldType, fields, resolvedValue, variableValues, path)}.
840-
- Return {responseValue}, {defers} and {streams}.
841-
842-
ExecuteField(objectType, objectValue, fieldType, fields, variableValues, path):
843-
844832
- Let {field} be the first entry in {fields}.
845833
- Let {fieldName} be the field name of {field}.
846834
- Let {argumentValues} be the result of {CoerceArgumentValues(objectType, field,

0 commit comments

Comments
 (0)