File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ stream of _execution result_.
4949:: A GraphQL request returns an _ incremental stream_ when the GraphQL service
5050has deferred or streamed data as a result of the ` @defer ` or ` @stream `
5151directives. When the result of the GraphQL operation is an incremental stream,
52- the first value will be an _ initial incremental stream result_ , followed by one
53- or more _ incremental stream update result_ .
52+ the first value will be an _ initial incremental stream result_ , optionally
53+ followed by one or more _ incremental stream update result_ .
5454
5555### Request Error Result
5656
@@ -94,7 +94,10 @@ these entries are defined in the same way as an _execution result_ as described
9494in the "Data", "Errors", and "Extensions" sections below.
9595
9696The _ initial incremental stream result_ must contain an entry with the key
97- {"hasNext"}. The value of this entry must be {true}.
97+ {"hasNext"}. The value of this entry must be {true} if there are any
98+ _ incremental stream update results_ in the _ incremental stream_ . The value of
99+ this entry must be {false} if the initial incremental stream result is the last
100+ response of the incremental stream.
98101
99102The _ initial incremental stream result_ may contain an entry with the key
100103{"pending"}. The value of this entry must be a non-empty list of _ pending
You can’t perform that action at this time.
0 commit comments