Module io.jooby.graphql.playground
Package io.jooby.graphql.playground
Class GraphQLPlaygroundModule
java.lang.Object
io.jooby.graphql.playground.GraphQLPlaygroundModule
- All Implemented Interfaces:
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