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ยง
- Graphql
Client - A trait for GraphQL clients.
- Graphql
Operation - An abstraction over GraphQL operations.