Uses of Class
io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandlerBuilder
Packages that use GraphiQLHandlerBuilder
-
Uses of GraphiQLHandlerBuilder in io.vertx.rxjava3.ext.web.handler.graphql
Fields in io.vertx.rxjava3.ext.web.handler.graphql with type parameters of type GraphiQLHandlerBuilderModifier and TypeFieldDescriptionstatic final TypeArg<GraphiQLHandlerBuilder>GraphiQLHandlerBuilder.__TYPE_ARGMethods in io.vertx.rxjava3.ext.web.handler.graphql that return GraphiQLHandlerBuilderModifier and TypeMethodDescriptionGraphiQLHandlerBuilder.addingHeaders(Function<RoutingContext, MultiMap> factory) Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface.static GraphiQLHandlerBuilderGraphiQLHandler.builder(io.vertx.rxjava3.core.Vertx vertx) Create a newGraphiQLHandlerBuilderwith defaultGraphiQLHandlerOptions.static GraphiQLHandlerBuilderGraphiQLHandlerBuilder.newInstance(GraphiQLHandlerBuilder arg) GraphiQLHandlerBuilder.with(GraphiQLHandlerOptions options) Change theGraphiQLHandlerOptionsto use.