Modifier and Type | Method and Description |
---|---|
GraphiQLOptions |
GraphQLHandlerOptions.getGraphiQLOptions() |
GraphiQLOptions |
GraphiQLOptions.setEnabled(boolean enabled)
Whether the GraphiQL development tool should be enabled.
|
GraphiQLOptions |
GraphiQLOptions.setGraphQLUri(String graphQLUri)
Set the GraphQL endpoint URI.
|
GraphiQLOptions |
GraphiQLOptions.setHeaders(Map<String,String> headers)
A fixed set of HTTP headers to add to GraphiQL requests.
|
GraphiQLOptions |
GraphiQLOptions.setQuery(String query)
Initial value of the query area in the GraphiQL user interface.
|
GraphiQLOptions |
GraphiQLOptions.setVariables(io.vertx.core.json.JsonObject variables)
Initial value of the variables area in the GraphiQL user interface.
|
Modifier and Type | Method and Description |
---|---|
static void |
GraphiQLOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
GraphiQLOptions obj) |
GraphQLHandlerOptions |
GraphQLHandlerOptions.setGraphiQLOptions(GraphiQLOptions graphiQLOptions)
Configure the GraphiQL development tool.
|
static void |
GraphiQLOptionsConverter.toJson(GraphiQLOptions obj,
io.vertx.core.json.JsonObject json) |
static void |
GraphiQLOptionsConverter.toJson(GraphiQLOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
GraphiQLOptions(GraphiQLOptions other)
Copy constructor.
|
Copyright © 2019 Eclipse. All rights reserved.