any_link_graphql library
any_link_graphql — GraphQL client with cache, subscriptions, file upload.
Classes
- GraphQLCache
- Normalized entity cache for GraphQL.
- GraphQLClient
-
Full-featured GraphQL client built on
AnyLinkClient. - GraphQLError
-
A GraphQL field-level error returned in the
errorsarray. - GraphQLFile
- A file to be uploaded as part of a GraphQL multipart mutation.
-
GraphQLResponse<
T> - The result of a GraphQL query or mutation.
Enums
- CachePolicy
- Cache policy for GraphQL operations.