Class GraphQLHandler

  • All Implemented Interfaces:
    ratpack.handling.Handler

    public class GraphQLHandler
    extends Object
    implements ratpack.handling.Handler
    GraphQL endpoint making available Pac4j UserProfile in an easy way through Ratpack's Context request
    Since:
    0.3.1
    • Constructor Detail

      • GraphQLHandler

        public GraphQLHandler()
    • Method Detail

      • handle

        public void handle​(ratpack.handling.Context ctx)
        Specified by:
        handle in interface ratpack.handling.Handler