Skip to content

Commit

Permalink
incremental delivery with deduplication of delivery and execution, al…
Browse files Browse the repository at this point in the history
…lowing early delivery
  • Loading branch information
yaacovCR committed Nov 29, 2023
1 parent 991f223 commit 1b8ee89
Show file tree
Hide file tree
Showing 3 changed files with 838 additions and 401 deletions.
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 {AnalyzeSelectionSet()} and {ProcessSubSelectionSets()}.

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 1b8ee89

Please sign in to comment.