Expand description

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

Structs

The main interface to the library.
The generic shape taken by the responses of GraphQL APIs.

Enums

All the ways a request can go wrong.

Traits

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

Derive Macros