pub fn graphql_opts<E>(
    executor: E,
    opts: MultipartOptions
) -> impl Filter<Extract = ((E, Request),), Error = Rejection> + Clone
where E: Executor,
Expand description

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