Skip to content

Commit fdcce17

Browse files
committed
fix typo
1 parent 81f2f5f commit fdcce17

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
@@ -528,7 +528,7 @@ CollectFields(objectType, selectionSet, variableValues, visitedFragments):
528528
with the next {selection} in {selectionSet}.
529529
- Let {fragmentSelectionSet} be the top-level selection set of {fragment}.
530530
- Let {fragmentGroupedFieldSet} be the result of calling
531-
{CollectFields(objectType, fragmentSelectionSet, variableValues,
531+
{CollectFields(objectType, fieldSelectionSet, variableValues,
532532
visitedFragments)}.
533533
- For each {fragmentGroup} in {fragmentGroupedFieldSet}:
534534
- Let {responseKey} be the response key shared by all fields in

0 commit comments

Comments
 (0)