Skip to content

Commit 4abd86e

Browse files
authored
Consistently use result map when referring to objectTypes selection set result (#1148)
1 parent 0ab3d4b commit 4abd86e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: spec/Section 6 -- Execution.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,7 @@ type need to be known, as well as whether it must be executed serially, or may
355355
be executed in parallel.
356356

357357
First, the selection set is turned into a grouped field set; then, each
358-
represented field in the grouped field set produces an entry into a response
359-
map.
358+
represented field in the grouped field set produces an entry into a result map.
360359

361360
ExecuteSelectionSet(selectionSet, objectType, objectValue, variableValues):
362361

@@ -596,7 +595,7 @@ directives may be applied in either order since they apply commutatively.
596595
## Executing Fields
597596

598597
Each field requested in the grouped field set that is defined on the selected
599-
objectType will result in an entry in the response map. Field execution first
598+
objectType will result in an entry in the result map. Field execution first
600599
coerces any provided argument values, then resolves a value for the field, and
601600
finally completes that value either by recursively executing another selection
602601
set or coercing a scalar value.

0 commit comments

Comments
 (0)