All Classes
-
Class Summary Class Description Futures Creates instances ofCompletableFuture
honoring Ratpack's executorsGraphiQLHandler GraphiQL endpoint.GraphQLHandler GraphQL endpoint.GraphQLHandler GraphQL endpoint making available Pac4j UserProfile in an easy way through Ratpack'sContext
requestGraphQLHandlerUtil Common functions to be used in handlersGraphQLModule Configures GraphQL and GraphiQL handler instances import static ratpack.groovy.Groovy.ratpack import gql.ratpack.GraphQLHandler import gql.ratpack.GraphiQLHandler ratpack { bindings { module(GraphQLModule) } handlers { prefix('graphql') { post(GraphQLHandler) prefix('browser') { get(GraphiQLHandler) } } } }GraphQLModuleConfig GraphQL module configuration.GraphQLProvider Creates an instance ofGraphQL
that can be reused among all incoming requests.PathUtil Helps to resolve resources location