@@ -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
8990An _ 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
122126An _ incremental stream update result_ must be a map.
123127
0 commit comments