Package | Description |
---|---|
io.vertx.ext.web.handler.graphql | |
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(java.util.function.Function<RoutingContext,MultiMap> factory)
Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface.
|
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 Eclipse. All rights reserved.