We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f993d8 commit 42aeb94Copy full SHA for 42aeb94
1 file changed
spec/Section 6 -- Execution.md
@@ -546,6 +546,7 @@ set or coercing a scalar value.
546
547
ExecuteField(objectType, objectValue, fieldType, fields, variableValues):
548
* Let {field} be the first entry in {fields}.
549
+ * Let {fieldName} be the field name of {field}.
550
* Let {argumentValues} be the result of {CoerceArgumentValues(objectType, field, variableValues)}
551
* Let {resolvedValue} be {ResolveFieldValue(objectType, objectValue, fieldName, argumentValues)}.
552
* Return the result of {CompleteValue(fieldType, fields, resolvedValue, variableValues)}.
0 commit comments