Function tsukuyomi_juniper::request

source ·
pub fn request<S>(
) -> impl Extractor<Output = (GraphQLRequest<S>,), Error = Error, Extract = impl TryFuture<Ok = (GraphQLRequest<S>,), Error = Error> + Send + 'static>where
    S: ScalarValue + Send + 'static,
    for<'a> &'a S: ScalarRefValue<'a>,
Expand description

Create an Extractor that parses the incoming request as GraphQL query.