pub fn graphql_batch<E>(
    executor: E
) -> impl Filter<Extract = ((E, BatchRequest),), Error = Rejection> + Clonewhere
    E: Executor,
Expand description

GraphQL batch request filter

It outputs a tuple containing the async_graphql::Executor and async_graphql::BatchRequest.