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_ARGMethods in io.vertx.mutiny.ext.web.handler.graphql that return GraphiQLHandler Modifier and Type Method Description GraphiQLHandlerGraphiQLHandlerBuilder. build()static GraphiQLHandlerGraphiQLHandler. create()Deprecated.as of 4.5.1, usecreate(Vertx), withrouter()static GraphiQLHandlerGraphiQLHandler. create(io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions options)Deprecated.as of 4.5.1, usecreate(Vertx, GraphiQLHandlerOptions), withrouter()static GraphiQLHandlerGraphiQLHandler. create(Vertx vertx)static GraphiQLHandlerGraphiQLHandler. create(Vertx vertx, io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions options)GraphiQLHandlerGraphiQLHandler. graphiQLRequestHeaders(Function<RoutingContext,MultiMap> factory)Deprecated.as of 4.5.1, usebuilder(Vertx)insteadstatic GraphiQLHandlerGraphiQLHandler. newInstance(io.vertx.ext.web.handler.graphql.GraphiQLHandler arg)
-