Function async_graphql_warp::graphql_batch_opts

source ยท
pub fn graphql_batch_opts<E>(
    executor: E,
    opts: MultipartOptions
) -> impl Filter<Extract = ((E, BatchRequest),), Error = Rejection> + Clone
where E: Executor,
Expand description

Similar to graphql_batch, but you can set the options with :async_graphql::MultipartOptions.