[][src]Crate graphql_client_web

Deprecated:

graphql_client_web is deprecated. The web client is now part of the graphql_client crate, with the "web" feature.

Re-exports

pub use graphql_client;

Modules

web

Use graphql_client inside browsers with wasm-bindgen.

Structs

Client

The main interface to the library.

Error

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

Location

Represents a location inside a query string. Used in errors. See Error.

QueryBody

The form in which queries are sent over HTTP in most implementations. This will be built using the GraphQLQuery trait normally.

Response

The generic shape taken by the responses of GraphQL APIs.

Enums

ClientError

All the ways a request can go wrong.

PathFragment

Part of a path in a query. It can be an object key or an array index. See Error.

Traits

GraphQLQuery

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

Derive Macros

GraphQLQuery