Class GraphiQLModule

java.lang.Object
io.jooby.graphiql.GraphiQLModule
All Implemented Interfaces:
Extension

public class GraphiQLModule extends Object implements Extension
GraphiQL module: https://github.com/graphql/graphiql.

Usage:


 install(new GraphiQLModule());

 
Module install a GET route under /graphql path. Optionally, you can change the route path by setting the graphql.path property in your application configuration file.
Since:
2.4.0
Author:
edgar
  • Constructor Details

    • GraphiQLModule

      public GraphiQLModule()
  • Method Details