Skip to content

Commit 574b826

Browse files
robrichardyaacovCR
authored andcommitted
remove label/path requirement
1 parent 7d3df96 commit 574b826

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)