Crate async_graphql_warp

Source
Expand description

Async-graphql integration with Warp

Structs§

GraphQLBadRequest
Bad request error.
GraphQLBatchResponse
Reply for async_graphql::BatchRequest.
GraphQLResponse
Reply for async_graphql::Request.
GraphQLWebSocket
A Websocket connection for GraphQL subscription.

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