We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5cc6ea commit 6b7c2c4Copy full SHA for 6b7c2c4
spec/Section 6 -- Execution.md
@@ -224,9 +224,8 @@ must receive no more events from that event stream.
224
225
**Supporting Subscriptions at Scale**
226
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
+Query and mutation operations are stateless, allowing scaling via cloning of
+GraphQL service instances. Subscriptions, by contrast, are stateful and require
230
maintaining the GraphQL document, variables, and other context over the lifetime
231
of the subscription.
232
0 commit comments