Expand description

graphql-ws-client

graphql-ws-client implements asynchronous GraphQL-over-Websocket using the graphql-transport-ws protocol. It tries to be websocket client, graphql client and async executor agnostic and provides built in support for:

If you’d like to use another client or runtime adding support should hopefully be trivial.

Modules

  • This module contains traits that abstract over GraphQL implementations, allowing this library to be used with different GraphQL client libraries.
  • Contains traits to provide support for various underlying websocket clients.

Structs

Enums