๐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
. - Query
Body - 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ยง
- Client
Error - All the ways a request can go wrong.
- Path
Fragment - Part of a path in a query. It can be an object key or an array index. See
Error
.
Traitsยง
- GraphQL
Query - A convenience trait that can be used to build a GraphQL request body.