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.