Skip to content

Commit ed6ce6c

Browse files
committed
Reword to avoid introducing 'subscription stream' term
1 parent 77607d2 commit ed6ce6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 6 -- Execution.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ connectivity.
236236
**Delivery Agnostic**
237237

238238
GraphQL subscriptions do not require any specific serialization format or
239-
transport mechanism. GraphQL specifies algorithms for the creation of a
240-
subscription stream, the content of each payload on that stream, and the closing
241-
of that stream. There are intentionally no specifications for message
239+
transport mechanism. GraphQL specifies algorithms for the creation of the
240+
response stream, the content of each payload on that stream, and the closing of
241+
that stream. There are intentionally no specifications for message
242242
acknowledgement, buffering, resend requests, or any other quality of service
243243
(QoS) details. Message serialization, transport mechanisms, and quality of
244244
service details should be chosen by the implementing service.

0 commit comments

Comments
 (0)