Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
-
Packages that use GraphiQLHandler Package Description io.vertx.mutiny.ext.web.handler.graphql -
-
Uses of GraphiQLHandler in io.vertx.mutiny.ext.web.handler.graphql
Fields in io.vertx.mutiny.ext.web.handler.graphql with type parameters of type GraphiQLHandler Modifier and Type Field Description static TypeArg<GraphiQLHandler>
GraphiQLHandler. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.handler.graphql that return GraphiQLHandler Modifier and Type Method Description static GraphiQLHandler
GraphiQLHandler. create()
static GraphiQLHandler
GraphiQLHandler. create(io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions options)
GraphiQLHandler
GraphiQLHandler. graphiQLRequestHeaders(Function<RoutingContext,MultiMap> factory)
static GraphiQLHandler
GraphiQLHandler. newInstance(io.vertx.ext.web.handler.graphql.GraphiQLHandler arg)
-