API Reference GraphQL Websocket Client v1.0.2

modules

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.

A low-level message sent and received by drivers.

An error that indicates an invalid operation.

Exception that contains errors from a GraphQL query.

Exception that indicates a socket error.