[][src]Function async_graphql::http::receive_batch_json

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

Receive a GraphQL batch request from a body as JSON.