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 |
---|---|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setEnabled(boolean enabled)
Whether the GraphiQL development tool should be enabled.
|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setGraphQLUri(String graphQLUri)
Set the GraphQL endpoint URI.
|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setHeaders(Map<String,String> headers)
A fixed set of HTTP headers to add to GraphiQL requests.
|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setQuery(String query)
Initial value of the query area in the GraphiQL user interface.
|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setVariables(JsonObject variables)
Initial value of the variables area in the GraphiQL user interface.
|
Modifier and Type | Method and Description |
---|---|
static GraphiQLHandler |
GraphiQLHandler.create(GraphiQLHandlerOptions options)
Create a new
GraphiQLHandler . |
static void |
GraphiQLHandlerOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
GraphiQLHandlerOptions obj) |
static void |
GraphiQLHandlerOptionsConverter.toJson(GraphiQLHandlerOptions obj,
JsonObject json) |
static void |
GraphiQLHandlerOptionsConverter.toJson(GraphiQLHandlerOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
GraphiQLHandlerOptions(GraphiQLHandlerOptions other)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
static GraphiQLHandler |
GraphiQLHandler.create(GraphiQLHandlerOptions options)
Create a new
GraphiQLHandler . |
Modifier and Type | Method and Description |
---|---|
static GraphiQLHandler |
GraphiQLHandler.create(GraphiQLHandlerOptions options)
Create a new
GraphiQLHandler . |
Copyright © 2021 Eclipse. All rights reserved.