View Source API Reference GraphQL Websocket Client v2.0.2
Modules
An extensible client for connecting to GraphQL websockets that are implemented following the graphql-ws conventions.
A struct containing the configuration for a client.
A struct passed to the used driver that contains information about the current connection.
A behaviour that defines function to implement custom backends.
A driver using the :gun
library to connect to the GraphQL websocket.
A event for a subscription.
Exception that contains errors from a GraphQL query.
A low-level message sent and received by drivers.
An error that indicates an invalid operation.
Exception that indicates a socket error.