graphql_client_web 0.9.0

Typed GraphQL requests and responses (web integration)
Documentation
1
2
3
4
5
# graphql_client_web

Make boilerplate-free GraphQL API calls from web browsers using [graphql-client](../README.md) and [wasm-bindgen](https://github.com/alexcrichton/wasm-bindgen).

For usage details, see the [API docs](https://docs.rs/graphql_client_web/latest), the [example](../graphql_client/examples/web) and the [tests](./tests/web.rs).