Skip to content

Commit fa82276

Browse files
Robert ZhuIvanGoncharov
authored andcommitted
Nits
1 parent 52fa2ae commit fa82276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rfcs/Subscriptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ We'll try to define the irreducible components of a GraphQL Subscriptions system
6565

6666
![](subscriptions_01.png)
6767

68-
*Above, the blue boxes on the left are components needed to support traditional request/response GraphQL system. The green box on the right contains are new components needed to support GraphQL Subscriptions.*
68+
*Above, the blue boxes on the left are components needed to support traditional request/response GraphQL system. The green box on the right contains new components needed to support GraphQL Subscriptions.*
6969

7070
The lifetime of a subscription looks like this:
7171

72-
* **Subscribe:** the Client initializes a subscription by sending a query and its variables to the server. When the Subscription is created, the input query and variables are mapped to a stream of events to which the Subscription listens. The server _may_ send an initial response from executing the subscription operation.
72+
* **Subscribe:** the Client initializes a subscription by sending a query and its variables to the server. When the Subscription is created, the input query and variables are mapped to a stream of events to which the Subscription listens. The server _may_ send an initial publish from executing the subscription operation.
7373

7474
* **Publish:** when any of the events associated with the subscription are triggered, the subscription executes the query, variables, and payload and sends the result to the client.
7575

0 commit comments

Comments
 (0)