Crate graphql_client[][src]

The top-level documentation resides on the project README at the moment.

The main interface to this library is the custom derive that generates modules from a GraphQL query and schema.

Structs

GraphQLError

An element in the top-level errors array of a response body.

GraphQLQueryBody
GraphQLResponse

The generic shape taken by the responses of GraphQL APIs.

Location

Enums

PathFragment

Traits

GraphQLQuery

A convenience trait that can be used to build a GraphQL request body.