Skip to content

Commit

Permalink
add note about extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Jul 16, 2023
1 parent 03a9d17 commit 805ef0a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,14 @@ Note: The Incremental Publisher may be run as a separate service. The input to
the Incremental Publisher are the Execution Events enqueued on {eventQueue}; the
output is the value for {pending}, as well as the {subsequentResults} stream.

Note: The Incremental Publisher could be extended to provide additional
functionality. For example, for implementations intending to defer execution
until the parent result has completed, the Incremental Publisher could be
extended to allow subscribing to this event. Additionally, for implementations
choosing to ignore incremental delivery directives given a certain threshold of
already deferred fields, the Incremental Publisher could be extended to allow
querying for the present number of deferred fields.

#### Incremental Result Records

An Incremental Result Record is either an Initial Result Record or a Subsequent
Expand Down

0 comments on commit 805ef0a

Please sign in to comment.