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.
Structs§
- Streaming
Operation - A streaming operation for a
GraphQLQuery
Traits§
- Graphql
Operation - An abstraction over GraphQL operations.