Skip to content

Commit 805ef0a

Browse files
committed
add note about extensions
1 parent 03a9d17 commit 805ef0a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

spec/Section 6 -- Execution.md

+8
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,14 @@ Note: The Incremental Publisher may be run as a separate service. The input to
366366
the Incremental Publisher are the Execution Events enqueued on {eventQueue}; the
367367
output is the value for {pending}, as well as the {subsequentResults} stream.
368368

369+
Note: The Incremental Publisher could be extended to provide additional
370+
functionality. For example, for implementations intending to defer execution
371+
until the parent result has completed, the Incremental Publisher could be
372+
extended to allow subscribing to this event. Additionally, for implementations
373+
choosing to ignore incremental delivery directives given a certain threshold of
374+
already deferred fields, the Incremental Publisher could be extended to allow
375+
querying for the present number of deferred fields.
376+
369377
#### Incremental Result Records
370378

371379
An Incremental Result Record is either an Initial Result Record or a Subsequent

0 commit comments

Comments
 (0)