Crate graphql_client_web

Source
๐Ÿ‘Ž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