Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.GraphiQLHandler
Packages that use GraphiQLHandler
-
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 GraphiQLHandlerModifier and TypeFieldDescriptionstatic final TypeArg<GraphiQLHandler>
GraphiQLHandler.__TYPE_ARG
Methods in io.vertx.mutiny.ext.web.handler.graphql that return GraphiQLHandlerModifier and TypeMethodDescriptionGraphiQLHandlerBuilder.build()
static GraphiQLHandler
GraphiQLHandler.create()
Deprecated.static GraphiQLHandler
GraphiQLHandler.create
(io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions options) Deprecated.as of 4.5.1, usecreate(Vertx, GraphiQLHandlerOptions)
, withrouter()
static GraphiQLHandler
static GraphiQLHandler
GraphiQLHandler.create
(Vertx vertx, io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions options) GraphiQLHandler.graphiQLRequestHeaders
(Function<RoutingContext, MultiMap> factory) Deprecated.as of 4.5.1, usebuilder(Vertx)
insteadstatic GraphiQLHandler
GraphiQLHandler.newInstance
(io.vertx.ext.web.handler.graphql.GraphiQLHandler arg)
create(Vertx)
, withrouter()