Package | Description |
---|---|
io.vertx.rxjava.ext.web.handler.graphql |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<GraphiQLHandlerBuilder> |
GraphiQLHandlerBuilder.__TYPE_ARG |
Modifier and Type | Method and 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 new
GraphiQLHandlerBuilder with default GraphiQLHandlerOptions . |
static GraphiQLHandlerBuilder |
GraphiQLHandlerBuilder.newInstance(GraphiQLHandlerBuilder arg) |
GraphiQLHandlerBuilder |
GraphiQLHandlerBuilder.with(GraphiQLHandlerOptions options)
Change the
GraphiQLHandlerOptions to use. |
Copyright © 2024 Eclipse. All rights reserved.