All Classes
-
Class Summary Class Description Futures Creates instances ofCompletableFuturehonoring Ratpack's executorsGraphiQLHandler GraphiQL endpoint.GraphQLHandler GraphQL endpoint.GraphQLHandler GraphQL endpoint making available Pac4j UserProfile in an easy way through Ratpack'sContextrequestGraphQLHandlerUtil 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 ofGraphQLthat can be reused among all incoming requests.PathUtil Helps to resolve resources location