Skip to content

Commit 03242f0

Browse files
committed
value => payload when describing what is yielded by a stream
1 parent 1904ef4 commit 03242f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/Section 7 -- Response.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ stream of _execution result_.
4949
:: A GraphQL request returns an _incremental stream_ when the GraphQL service
5050
has deferred or streamed data as a result of the `@defer` or `@stream`
5151
directives. 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
5353
followed 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
8686
selections, along with any errors that occurred during their execution and
8787
details 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

122122
An _incremental stream update result_ must be a map.
123123

0 commit comments

Comments
 (0)