Skip to content

Commit e491220

Browse files
fluidsonicleebyron
authored andcommitted
Added missing parameter in call to CollectFields() (#658)
1 parent bce8020 commit e491220

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
@@ -507,7 +507,7 @@ CollectFields(objectType, selectionSet, variableValues, visitedFragments):
507507
with the next {selection} in {selectionSet}.
508508
* Let {fragmentSelectionSet} be the top-level selection set of {fragment}.
509509
* Let {fragmentGroupedFieldSet} be the result of calling
510-
{CollectFields(objectType, fragmentSelectionSet, visitedFragments)}.
510+
{CollectFields(objectType, fragmentSelectionSet, variableValues, visitedFragments)}.
511511
* For each {fragmentGroup} in {fragmentGroupedFieldSet}:
512512
* Let {responseKey} be the response key shared by all fields in {fragmentGroup}.
513513
* Let {groupForResponseKey} be the list in {groupedFields} for

0 commit comments

Comments
 (0)