Skip to content

Commit 68a01de

Browse files
committed
Update description of _initial incremental stream result_ & _incremental stream update result_
1 parent 03242f0 commit 68a01de

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

spec/Section 7 -- Response.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,11 @@ The value of this entry is described in the "Extensions" section.
8181

8282
### Initial Incremental Stream Result
8383

84-
:: An _initial incremental stream result_ is the first payload yielded by an
85-
_incremental stream_. It contains the result of executing any non-deferred
86-
selections, along with any errors that occurred during their execution and
87-
details of future _incremental stream update result_ to be expected.
84+
:: An _initial incremental stream result_ contains the result of executing any
85+
non-deferred selections, along with any errors that occurred during their
86+
execution, as well as details of any future _incremental stream update result_
87+
to be expected. An initial incremental stream result must be the first payload
88+
yielded by an _incremental stream_.
8889

8990
An _initial incremental stream result_ must be a map.
9091

@@ -116,8 +117,11 @@ Result" section below.
116117

117118
### Incremental Stream Update Result
118119

119-
:: An _incremental stream update result_ is the payload yielded by an
120-
_incremental stream_ for all payloads except the first.
120+
:: An _incremental stream update result_ contains the result of executing any
121+
deferred selections, along with any errors that occurred during their execution,
122+
as well as details of any future _incremental stream update result_ to be
123+
expected. All payloads yielded by an _incremental stream_, except the first,
124+
must be incremental stream update results.
121125

122126
An _incremental stream update result_ must be a map.
123127

0 commit comments

Comments
 (0)