Module io.jooby.graphql.playground
Package io.jooby.graphql.playground
Class GraphQLPlaygroundModule
java.lang.Object
io.jooby.graphql.playground.GraphQLPlaygroundModule
- All Implemented Interfaces:
io.jooby.Extension
GraphQL Playground module: https://github.com/prisma-labs/graphql-playground.
Usage:
install(new GraphQLPlaygroundModule());
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
-
GraphQLPlaygroundModule
public GraphQLPlaygroundModule()
-
-
Method Details
-
install
- Specified by:
installin interfaceio.jooby.Extension- Throws:
Exception
-