Crate async_graphql_tide[][src]

Async-graphql integration with Tide

Tide does not support websockets, so you can’t use subscriptions with it.

Examples

Full Example

Structs

Endpoint

A GraphQL endpoint.

Subscription

GraphQL subscription endpoint.

Functions

endpoint

Create a new GraphQL endpoint with the schema.

receive_batch_request

Convert a Tide request to a GraphQL batch request.

receive_batch_request_opts

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

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.