graph_client library

Classes

GraphQlClient
GraphQlClient the main entry point client creation
IGraphQlClient
IGraphQlClient is the blueprint of a valid GraphQL client. To construct a graphQL client, extend this class. This class provide out of the box implementation of client methods but they can be overridden. Best use case for overriding is when defining a mock client. Check mocks.dart for a concrete mocking implementation.
SimpleCall
SimpleCall exposes a minimal way make quickly make a call to the graphql server.

Enums

ContentType