Crate async_graphql_warp[][src]

Async-graphql integration with Warp

Structs

BadRequest

Bad request error.

BatchResponse

Reply for async_graphql::BatchRequest.

Response

Reply for async_graphql::Request.

Functions

graphql

GraphQL request filter

graphql_batch

GraphQL batch request filter

graphql_batch_opts

Similar to graphql_batch, but you can set the options with :async_graphql::MultipartOptions.

graphql_opts

Similar to graphql, but you can set the options async_graphql::MultipartOptions.

graphql_protocol

Create a Filter that parse WebSocketProtocols from sec-websocket-protocol header.

graphql_subscription

GraphQL subscription filter

graphql_subscription_upgrade

Handle the WebSocket subscription.

graphql_subscription_upgrade_with_data

Handle the WebSocket subscription.

graphql_subscription_with_data

GraphQL subscription filter