Skip to content

Commit 836eba9

Browse files
committed
spec edits for incremental delivery with deduplication of execution and delivery of results
1 parent 337bd67 commit 836eba9

File tree

3 files changed

+987
-312
lines changed

3 files changed

+987
-312
lines changed

cspell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ words:
1212
- parallelization
1313
- structs
1414
- subselection
15+
- errored
1516
# Fictional characters / examples
1617
- alderaan
1718
- hagrid

spec/Section 5 -- Validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ unambiguous. Therefore any two field selections which might both be encountered
474474
for the same object are only valid if they are equivalent.
475475

476476
During execution, the simultaneous execution of fields with the same response
477-
name is accomplished by {MergeSelectionSets()} and {CollectFields()}.
477+
name is accomplished by {CollectFields()}.
478478

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

0 commit comments

Comments
 (0)