[][src]Crate async_graphql_tide

Async-graphql integration with Tide

Examples

Full Example

Structs

Endpoint

A GraphQL endpoint.

Functions

endpoint

Create a new GraphQL endpoint with the schema and default multipart options.

endpoint_options

Create a new GraphQL endpoint with the schema and custom multipart options.

receive_request

Convert a Tide request to a GraphQL request.

receive_request_opts

Convert a Tide request to a GraphQL request with options on how to receive multipart.

respond

Convert a GraphQL response to a Tide response.