pub fn request<S>() -> impl Extractor<Output = (GraphQLRequest<S>,), Error = Error, Extract = impl TryFuture<Ok = (GraphQLRequest<S>,), Error = Error> + Send + 'static>
Expand description
Create an Extractor
that parses the incoming request as GraphQL query.