Skip to content

Commit 7c9ea0a

Browse files
committed
minor change for uniqueness
1 parent 6f3c715 commit 7c9ea0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/Section 7 -- Response.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ The `label` and `path` entries on Defer and Stream responses are used by clients
3030
to identify the `@defer` or `@stream` directive from the GraphQL operation that
3131
triggered this response to be included in an `incremental` entry on a value
3232
returned by the event stream. When a label is provided, the combination of these
33-
two entries will be unique across all values returned by the event stream.
33+
two entries will be unique across all Defer and Stream responses returned in the
34+
event stream.
3435

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

0 commit comments

Comments
 (0)