Expand description
Async-graphql integration with Warp
Structs§
- GraphQL
BadRequest - Bad request error.
- GraphQL
Batch Response - Reply for
async_graphql::BatchRequest
. - GraphQL
Response - Reply for
async_graphql::Request
. - GraphQL
WebSocket - 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 fromsec-websocket-protocol
header. - graphql_
subscription - GraphQL subscription filter