Skip to content

Commit a52310e

Browse files
committed
Correct reference to MergeSelectionSets
1 parent c9837a4 commit a52310e

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
@@ -467,7 +467,7 @@ unambiguous. Therefore any two field selections which might both be encountered
467467
for the same object are only valid if they are equivalent.
468468

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

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

0 commit comments

Comments
 (0)