Module 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ยง

GraphqlClient
A trait for GraphQL clients.
GraphqlOperation
An abstraction over GraphQL operations.