Uses of Class
io.vertx.rxjava3.ext.web.handler.graphql.GraphiQLHandlerBuilder
-
Packages that use GraphiQLHandlerBuilder Package Description io.vertx.rxjava3.ext.web.handler.graphql -
-
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 GraphiQLHandlerBuilder Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<GraphiQLHandlerBuilder>GraphiQLHandlerBuilder. __TYPE_ARGMethods in io.vertx.rxjava3.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.static GraphiQLHandlerBuilderGraphiQLHandlerBuilder. newInstanceโ(GraphiQLHandlerBuilder arg)GraphiQLHandlerBuilderGraphiQLHandlerBuilder. withโ(GraphiQLHandlerOptions options)Change theGraphiQLHandlerOptionsto use.
-