| 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 |
|---|---|
GraphQLHandlerOptions |
GraphQLHandlerOptionsConverter.decode(JsonObject value) |
GraphQLHandlerOptions |
GraphQLHandlerOptions.setGraphiQLOptions(GraphiQLOptions graphiQLOptions)
Configure the GraphiQL development tool.
|
GraphQLHandlerOptions |
GraphQLHandlerOptions.setRequestBatchingEnabled(boolean requestBatchingEnabled)
Whether request batching should be enabled.
|
| Modifier and Type | Method and Description |
|---|---|
Class<GraphQLHandlerOptions> |
GraphQLHandlerOptionsConverter.getTargetClass() |
| Modifier and Type | Method and Description |
|---|---|
static GraphQLHandler |
GraphQLHandler.create(graphql.GraphQL graphQL,
GraphQLHandlerOptions options)
Create a new
GraphQLHandler that will use the provided graphQL object to execute queries. |
JsonObject |
GraphQLHandlerOptionsConverter.encode(GraphQLHandlerOptions value) |
static void |
GraphQLHandlerOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
GraphQLHandlerOptions obj) |
static void |
GraphQLHandlerOptionsConverter.toJson(GraphQLHandlerOptions obj,
JsonObject json) |
static void |
GraphQLHandlerOptionsConverter.toJson(GraphQLHandlerOptions obj,
Map<String,Object> json) |
| Constructor and Description |
|---|
GraphQLHandlerOptions(GraphQLHandlerOptions other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static GraphQLHandler |
GraphQLHandler.create(graphql.GraphQL graphQL,
GraphQLHandlerOptions options)
Create a new
GraphQLHandler that will use the provided graphQL object to execute queries. |
| Modifier and Type | Method and Description |
|---|---|
static GraphQLHandler |
GraphQLHandler.create(graphql.GraphQL graphQL,
GraphQLHandlerOptions options)
Create a new
GraphQLHandler that will use the provided graphQL object to execute queries. |
Copyright © 2019 Eclipse. All rights reserved.