Function async_graphql::http::receive_batch_cbor

source ยท
pub async fn receive_batch_cbor(
    body: impl AsyncRead,
) -> Result<BatchRequest, ParseRequestError>
Available on crate feature cbor only.
Expand description

Receive a GraphQL batch request from a body as CBOR