Skip to content

Commit

Permalink
Correct reference to MergeSelectionSets
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Aug 21, 2023
1 parent 72d5447 commit 4d62b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Section 5 -- Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ unambiguous. Therefore any two field selections which might both be encountered
for the same object are only valid if they are equivalent.

During execution, the simultaneous execution of fields with the same response
name is accomplished by {MergeSelectionSets()} and {CollectFields()}.
name is accomplished by {CollectSubfields()}.

For simple hand-written GraphQL, this rule is obviously a clear developer error,
however nested fragments can make this difficult to detect manually.
Expand Down

0 comments on commit 4d62b8b

Please sign in to comment.