[−][src]Function async_graphql::http::receive_json
pub async fn receive_json(
body: impl AsyncRead + Send + 'static
) -> Result<Request, ParseRequestError>
Receive a GraphQL request from a body as JSON.
pub async fn receive_json(
body: impl AsyncRead + Send + 'static
) -> Result<Request, ParseRequestError>
Receive a GraphQL request from a body as JSON.