Uses of Interface
io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder
-
Packages that use GraphiQLHandlerBuilder Package Description io.vertx.ext.web.handler.graphql -
-
Uses of GraphiQLHandlerBuilder in io.vertx.ext.web.handler.graphql
Methods in io.vertx.ext.web.handler.graphql that return GraphiQLHandlerBuilder Modifier and Type Method Description GraphiQLHandlerBuilderGraphiQLHandlerBuilder. addingHeaders(Function<RoutingContext,MultiMap> factory)Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface.static GraphiQLHandlerBuilderGraphiQLHandler. builder(Vertx vertx)Create a newGraphiQLHandlerBuilderwith defaultGraphiQLHandlerOptions.GraphiQLHandlerBuilderGraphiQLHandlerBuilder. with(GraphiQLHandlerOptions options)Change theGraphiQLHandlerOptionsto use.
-