Skip to content

Commit a91e158

Browse files
Light editorial around delivery agnostic subscriptions (#959)
The phrase "Subscriptions specifies" here was confusing, it's the GraphQL spec that does the specification, so I have clarified what is specified. Co-authored-by: Roman Ivantsov <[email protected]>
1 parent bb95060 commit a91e158

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/Section 6 -- Execution.md

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

238238
GraphQL subscriptions do not require any specific serialization format or
239-
transport mechanism. Subscriptions specifies algorithms for the creation of a
240-
stream, the content of each payload on that stream, and the closing of that
241-
stream. There are intentionally no specifications for message acknowledgement,
242-
buffering, resend requests, or any other quality of service (QoS) details.
243-
Message serialization, transport mechanisms, and quality of service details
244-
should be chosen by the implementing service.
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
242+
acknowledgement, buffering, resend requests, or any other quality of service
243+
(QoS) details. Message serialization, transport mechanisms, and quality of
244+
service details should be chosen by the implementing service.
245245

246246
#### Source Stream
247247

0 commit comments

Comments
 (0)