File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,12 @@ variableValues):
196
196
- Remove {pendingDefer} from {remainingDefers}.
197
197
- Let {thisId} be the value for key {id} in {pendingDefer}.
198
198
- Let {defers} be the value for key {defers} in {pendingDefer}.
199
+ - Note: A single ` @defer ` directive may output multiple incremental payloads
200
+ at different paths; it is essential that these multiple incremental
201
+ payloads are received by the client as part of a single event in order to
202
+ maintain consistency for the client. This is why these incremental
203
+ payloads are batched together rather than being flushed to the event
204
+ stream as early as possible.
199
205
- Let {batchIncremental} be an empty list.
200
206
- Let {batchErrors} be an empty list.
201
207
- Let {batchDefers} be an empty unordered map.
You can’t perform that action at this time.
0 commit comments