pub async fn receive_request_opts<State: Clone + Send + Sync + 'static>(
    request: Request<State>,
    opts: MultipartOptions
) -> Result<Request>
Expand description

Convert a Tide request to a GraphQL request with options on how to receive multipart.