Uses of Interface
io.vertx.ext.web.handler.graphql.GraphiQLHandler
-
Packages that use GraphiQLHandler Package Description io.vertx.ext.web.handler.graphql -
-
Uses of GraphiQLHandler in io.vertx.ext.web.handler.graphql
Methods in io.vertx.ext.web.handler.graphql that return GraphiQLHandler Modifier and Type Method Description GraphiQLHandlerGraphiQLHandlerBuilder. build()static GraphiQLHandlerGraphiQLHandler. create(Vertx vertx)Create a newGraphiQLHandler.static GraphiQLHandlerGraphiQLHandler. create(Vertx vertx, GraphiQLHandlerOptions options)Create a newGraphiQLHandler.
-