Skip to content

Commit

Permalink
incremental delivery with deduplication and concurrent delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Jul 16, 2023
1 parent 94363c9 commit 5f204c2
Show file tree
Hide file tree
Showing 4 changed files with 1,338 additions and 387 deletions.
1 change: 1 addition & 0 deletions cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ words:
- parallelization
- structs
- subselection
- errored
# Fictional characters / examples
- alderaan
- hagrid
Expand Down
2 changes: 1 addition & 1 deletion spec/Section 5 -- Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,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 {CollectFields()}.

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
Loading

0 comments on commit 5f204c2

Please sign in to comment.