Uses of Class
io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandler
-
Packages that use GraphiQLHandler Package Description io.vertx.rxjava3.ext.web.handler.graphql -
-
Uses of GraphiQLHandler in io.vertx.rxjava3.ext.web.handler.graphql
Fields in io.vertx.rxjava3.ext.web.handler.graphql with type parameters of type GraphiQLHandler Modifier and Type Field Description static TypeArg<GraphiQLHandler>GraphiQLHandler. __TYPE_ARGMethods in io.vertx.rxjava3.ext.web.handler.graphql that return GraphiQLHandler Modifier and Type Method Description static GraphiQLHandlerGraphiQLHandler. create()Create a newGraphiQLHandler.static GraphiQLHandlerGraphiQLHandler. create(GraphiQLHandlerOptions options)Create a newGraphiQLHandler.GraphiQLHandlerGraphiQLHandler. graphiQLRequestHeaders(Function<RoutingContext,MultiMap> factory)Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface.static GraphiQLHandlerGraphiQLHandler. newInstance(GraphiQLHandler arg)
-