Skip to content

Commit b342b58

Browse files
committed
Correct reference to MergeSelectionSets
1 parent 54e4b9f commit b342b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 5 -- Validation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ unambiguous. Therefore any two field selections which might both be encountered
463463
for the same object are only valid if they are equivalent.
464464

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

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

0 commit comments

Comments
 (0)