[][src]Crate graphql_client_web

Use graphql_client inside browsers with [wasm-bindgen].

This crate reexports all you need from graphql-client, so you do not need any other explicit dependencies.

Re-exports

pub use graphql_client;
pub use graphql_client::GraphQLQuery;

Structs

Client

The main interface to the library.

Response

The generic shape taken by the responses of GraphQL APIs.

Enums

ClientError

All the ways a request can go wrong.

Traits

GraphQLQuery

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