Function tsukuyomi_juniper::endpoint::graphql_get[][src]

pub fn graphql_get<Exec>() -> Handler where
    Exec: GraphQLExecutor + Send + Sync + 'static,
    Exec::Future: Send + 'static, 

Creates a handler processing a GraphQL request passed as an HTTP GET request.

The GraphQL query is represented as HTTP query string. See the documentation of GraphQL for details.