Uses of Class
io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
-
Packages that use GraphiQLHandler Package Description io.vertx.reactivex.ext.web.handler.graphql -
-
Uses of GraphiQLHandler in io.vertx.reactivex.ext.web.handler.graphql
Fields in io.vertx.reactivex.ext.web.handler.graphql with type parameters of type GraphiQLHandler Modifier and Type Field Description static TypeArg<GraphiQLHandler>GraphiQLHandler. __TYPE_ARGMethods in io.vertx.reactivex.ext.web.handler.graphql that return GraphiQLHandler Modifier and Type Method Description GraphiQLHandlerGraphiQLHandlerBuilder. build()static GraphiQLHandlerGraphiQLHandler. create()Deprecated.static GraphiQLHandlerGraphiQLHandler. create(io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions options)Deprecated.static GraphiQLHandlerGraphiQLHandler. create(Vertx vertx)Create a newGraphiQLHandler.static GraphiQLHandlerGraphiQLHandler. create(Vertx vertx, io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions options)Create a newGraphiQLHandler.GraphiQLHandlerGraphiQLHandler. graphiQLRequestHeaders(Function<RoutingContext,MultiMap> factory)Deprecated.static GraphiQLHandlerGraphiQLHandler. newInstance(io.vertx.ext.web.handler.graphql.GraphiQLHandler arg)
-