Skip to content

Commit

Permalink
Update spec/Section 6 -- Execution.md
Browse files Browse the repository at this point in the history
Remove unnecessary return value change

Co-authored-by: Benjie <[email protected]>
  • Loading branch information
yaacovCR and benjie committed Apr 27, 2023
1 parent ec44866 commit 6f1ad74
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 @@ -551,7 +551,7 @@ CollectFields(objectType, selectionSet, variableValues, visitedFragments):
- Let {groupForResponseKey} be the list in {groupedFieldSet} for
{responseKey}; if no such list exists, create it as an empty list.
- Append all items in {fragmentGroup} to {groupForResponseKey}.
- Return {groupedFields} and {visitedFragments}.
- Return {groupedFields}.

DoesFragmentTypeApply(objectType, fragmentType):

Expand Down

0 comments on commit 6f1ad74

Please sign in to comment.