receive_graphql_batch

Function receive_graphql_batch 

Source
pub async fn receive_graphql_batch(
    req: &mut Request,
    opts: MultipartOptions,
) -> Result<BatchRequest, GraphQLError>
Available on crate feature async-graphql only.
Expand description

Helper to receive a batch GraphQL request with custom MultipartOptions.