Module graphql_ws_client::graphql
source · Expand description
This module contains traits that abstract over GraphQL implementations, allowing this library to be used with different GraphQL client libraries.
Support is provided for cynic
& graphql_client
,
but other client libraries can be added by implementing these traits for
those libraries.
Traits
- A trait for GraphQL clients.
- An abstraction over GraphQL operations.