subscriptions_transport_ws library
An implementation of Apollo's subscriptions-transport-ws in Dart.
See: https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md
Classes
- GraphQLResult
- What a subscription server answers for one operation: the data, and any errors.
- OperationMessage
- A basic message in the Apollo WebSocket protocol.
- RemoteClient
- One connected client, seen as a channel of OperationMessages.
- Server
-
A server speaking Apollo's
subscriptions-transport-wsprotocol.