artemis library

Classes

ArtemisClient
Used to execute a GraphQL query or mutation and return its typed response.
GraphQLQuery<T, U extends JsonSerializable>
A GraphQL query abstraction. This class should be extended automatically by Artemis and used with ArtemisClient.
GraphQLResponse<T>
Encapsulates a GraphQL query/mutation response from server, with typed input and responses, and errors.