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_ARGMethods in io.vertx.mutiny.ext.web.handler.graphql that return GraphiQLHandlerModifier and TypeMethodDescriptionGraphiQLHandlerBuilder.build()static GraphiQLHandlerCreate a newGraphiQLHandler.static GraphiQLHandlerGraphiQLHandler.create(Vertx vertx, io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions options) Create a newGraphiQLHandler.static GraphiQLHandlerGraphiQLHandler.newInstance(io.vertx.ext.web.handler.graphql.GraphiQLHandler delegate) Creates a new instance of theGraphiQLHandler.