receive_batch_json

Function receive_batch_json 

Source
pub async fn receive_batch_json(
    body: impl AsyncRead,
) -> Result<BatchRequest, ParseRequestError>
Expand description

Receive a GraphQL batch request from a body as JSON.