| Package | Description |
|---|---|
| io.vertx.ext.web.handler.graphql | |
| io.vertx.ext.web.handler.graphql.impl | |
| io.vertx.reactivex.ext.web.handler.graphql | |
| io.vertx.rxjava.ext.web.handler.graphql |
| Modifier and Type | Method and Description |
|---|---|
static GraphiQLHandler |
GraphiQLHandler.create()
Create a new
GraphiQLHandler. |
static GraphiQLHandler |
GraphiQLHandler.create(GraphiQLHandlerOptions options)
Create a new
GraphiQLHandler. |
GraphiQLHandler |
GraphiQLHandler.graphiQLRequestHeaders(Function<RoutingContext,MultiMap> factory)
Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GraphiQLHandlerImpl |
| Modifier and Type | Method and Description |
|---|---|
GraphiQLHandler |
GraphiQLHandlerImpl.graphiQLRequestHeaders(Function<RoutingContext,MultiMap> factory) |
| Modifier and Type | Method and Description |
|---|---|
GraphiQLHandler |
GraphiQLHandler.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static GraphiQLHandler |
GraphiQLHandler.newInstance(GraphiQLHandler arg) |
| Constructor and Description |
|---|
GraphiQLHandler(GraphiQLHandler delegate) |
| Modifier and Type | Method and Description |
|---|---|
GraphiQLHandler |
GraphiQLHandler.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static GraphiQLHandler |
GraphiQLHandler.newInstance(GraphiQLHandler arg) |
| Constructor and Description |
|---|
GraphiQLHandler(GraphiQLHandler delegate) |
Copyright © 2021. All rights reserved.