Skip to content

Commit 6b7c2c4

Browse files
rivantsovbenjieromanivantsov
authored
Remove "subscriptions is a significant change" sentence (#983)
Co-authored-by: Benjie <benjie@jemjie.com> Co-authored-by: Roman Ivantsov <roman.ivantsov@microsoft.com>
1 parent a5cc6ea commit 6b7c2c4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spec/Section 6 -- Execution.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,8 @@ must receive no more events from that event stream.
224224

225225
**Supporting Subscriptions at Scale**
226226

227-
Supporting subscriptions is a significant change for any GraphQL service. Query
228-
and mutation operations are stateless, allowing scaling via cloning of GraphQL
229-
service instances. Subscriptions, by contrast, are stateful and require
227+
Query and mutation operations are stateless, allowing scaling via cloning of
228+
GraphQL service instances. Subscriptions, by contrast, are stateful and require
230229
maintaining the GraphQL document, variables, and other context over the lifetime
231230
of the subscription.
232231

0 commit comments

Comments
 (0)