Struct async_graphql_actix_web::BatchRequest [−][src]
pub struct BatchRequest(pub BatchRequest);
Expand description
Extractor for GraphQL batch request.
async_graphql::http::MultipartOptions allows to configure extraction process.
Implementations
Unwraps the value to async_graphql::BatchRequest.
Trait Implementations
type Config = MultipartOptions
type Config = MultipartOptionsConfiguration for this extractor
Convert request to a Self
Convert request to a Self Read more
Auto Trait Implementations
impl !RefUnwindSafe for BatchRequestimpl Send for BatchRequestimpl Sync for BatchRequestimpl Unpin for BatchRequestimpl !UnwindSafe for BatchRequest