@@ -49,7 +49,7 @@ 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_ , optionally
52+ the first payload will be an _ initial incremental stream result_ , optionally
5353followed by one or more _ incremental stream update result_ .
5454
5555### Request Error Result
@@ -81,7 +81,7 @@ 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 value yielded by an
84+ :: An _ initial incremental stream result_ is the first payload yielded by an
8585_ incremental stream_ . It contains the result of executing any non-deferred
8686selections, along with any errors that occurred during their execution and
8787details of future _ incremental stream update result_ to be expected.
@@ -116,8 +116,8 @@ Result" section below.
116116
117117### Incremental Stream Update Result
118118
119- :: An _ incremental stream update result_ is the value yielded by an _ incremental
120- stream_ for all values except the first.
119+ :: An _ incremental stream update result_ is the payload yielded by an
120+ _ incremental stream_ for all payloads except the first.
121121
122122An _ incremental stream update result_ must be a map.
123123
0 commit comments