Skip to content

Commit

Permalink
Added missing parameter in call to CollectFields() (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidsonic authored and leebyron committed Jan 10, 2020
1 parent bce8020 commit e491220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ CollectFields(objectType, selectionSet, variableValues, visitedFragments):
with the next {selection} in {selectionSet}.
* Let {fragmentSelectionSet} be the top-level selection set of {fragment}.
* Let {fragmentGroupedFieldSet} be the result of calling
{CollectFields(objectType, fragmentSelectionSet, visitedFragments)}.
{CollectFields(objectType, fragmentSelectionSet, variableValues, visitedFragments)}.
* For each {fragmentGroup} in {fragmentGroupedFieldSet}:
* Let {responseKey} be the response key shared by all fields in {fragmentGroup}.
* Let {groupForResponseKey} be the list in {groupedFields} for
Expand Down

0 comments on commit e491220

Please sign in to comment.