pub async fn receive_batch_json(
body: impl AsyncRead,
) -> Result<BatchRequest, ParseRequestError>
Expand description
Receive a GraphQL batch request from a body as JSON.
pub async fn receive_batch_json(
body: impl AsyncRead,
) -> Result<BatchRequest, ParseRequestError>
Receive a GraphQL batch request from a body as JSON.