receive_graphql

Function receive_graphql 

Source
pub async fn receive_graphql(
    req: &mut Request,
    opts: MultipartOptions,
) -> Result<Request, GraphQLError>
Available on crate feature async-graphql only.