Uses of Class
io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandlerBuilder
Packages that use GraphiQLHandlerBuilder
-
Uses of GraphiQLHandlerBuilder in io.vertx.reactivex.ext.web.handler.graphql
Fields in io.vertx.reactivex.ext.web.handler.graphql with type parameters of type GraphiQLHandlerBuilderModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<GraphiQLHandlerBuilder> GraphiQLHandlerBuilder.__TYPE_ARGMethods in io.vertx.reactivex.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 GraphiQLHandlerBuilderCreate a newGraphiQLHandlerBuilderwith defaultGraphiQLHandlerOptions.static GraphiQLHandlerBuilderGraphiQLHandlerBuilder.newInstance(GraphiQLHandlerBuilder arg) GraphiQLHandlerBuilder.with(GraphiQLHandlerOptions options) Change theGraphiQLHandlerOptionsto use.