java.lang.Object
io.jooby.graphiql.GraphiQLModule
- All Implemented Interfaces:
io.jooby.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
-
install
- Specified by:
installin interfaceio.jooby.Extension- Throws:
Exception
-