Skip to content

Commit 92f02f3

Browse files
committed
remove label/path requirement
1 parent f2b50bf commit 92f02f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 7 -- Response.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ When the response of the GraphQL operation is an event stream, the first value
2626
will be the initial response. All subsequent values may contain `label` and
2727
`path` entries. These two entries are used by clients to identify the `@defer`
2828
or `@stream` directive from the GraphQL operation that triggered this value to
29-
be returned by the event stream. The combination of these two entries must be
30-
unique across all values returned by the event stream.
29+
be returned by the event stream. When a label is provided, the combination of
30+
these two entries will be unique across all values returned by the event stream.
3131

3232
If the response of the GraphQL operation is an event stream, each response map
3333
must contain an entry with key `hasNext`. The value of this entry is `true` for

0 commit comments

Comments
 (0)