Uses of Class
io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandlerBuilder
-
Packages that use GraphiQLHandlerBuilder Package Description io.vertx.reactivex.ext.web.handler.graphql -
-
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 GraphiQLHandlerBuilder Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<GraphiQLHandlerBuilder>
GraphiQLHandlerBuilder. __TYPE_ARG
Methods in io.vertx.reactivex.ext.web.handler.graphql that return GraphiQLHandlerBuilder Modifier and Type Method Description GraphiQLHandlerBuilder
GraphiQLHandlerBuilder. addingHeaders(java.util.function.Function<RoutingContext,MultiMap> factory)
Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface.static GraphiQLHandlerBuilder
GraphiQLHandler. builder(Vertx vertx)
Create a newGraphiQLHandlerBuilder
with defaultGraphiQLHandlerOptions
.static GraphiQLHandlerBuilder
GraphiQLHandlerBuilder. newInstance(GraphiQLHandlerBuilder arg)
GraphiQLHandlerBuilder
GraphiQLHandlerBuilder. with(GraphiQLHandlerOptions options)
Change theGraphiQLHandlerOptions
to use.
-