API Reference GraphQL-over-Websocket Client v0.1.1

modules

Modules

A client for connecting to GraphQL websockets that are implemented following the graphql-ws conventions.

A behaviour that is implemented by modules that use GraphQLWSClient.

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 message passed received by a driver.

Exception that contains errors from a GraphQL query.

Exception that indicates a socket error.