Closed
Description
Feature Request
Add support for GraphQL subscriptions, possibly via Ratchet.
A "subscription" is the 3rd operation type on GraphQL (in addition to "query" and "mutation"), and the only one not yet implemented.
Context
With subscriptions, clients can initiate a connection to the server, and be push data in real time (whenever new data, corresponding to the subscription query, is available, such as when the user got a notification).