| 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 | 
GraphQLHandlerOptions.setRequestBatchingEnabled(boolean requestBatchingEnabled)
Whether request batching should be enabled. 
 | 
| 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. | 
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 © 2020 Eclipse. All rights reserved.