Skip to content

Commit

Permalink
incremental delivery with deduplication, concurrent delivery, and ear…
Browse files Browse the repository at this point in the history
…ly execution
  • Loading branch information
yaacovCR committed Jul 18, 2023
1 parent 94363c9 commit d337917
Show file tree
Hide file tree
Showing 4 changed files with 1,350 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 d337917

Please sign in to comment.