| Package | Description | 
|---|---|
| io.vertx.rxjava.ext.web.handler.graphql | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<GraphQLHandler> | 
GraphQLHandler.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static GraphQLHandler | 
GraphQLHandler.create(graphql.GraphQL graphQL)
Create a new  
GraphQLHandler that will use the provided graphQL object to execute queries. | 
static GraphQLHandler | 
GraphQLHandler.create(graphql.GraphQL graphQL,
      GraphQLHandlerOptions options)
Create a new  
GraphQLHandler that will use the provided graphQL object to execute queries. | 
GraphQLHandler | 
GraphQLHandler.dataLoaderRegistry(java.util.function.Function<RoutingContext,org.dataloader.DataLoaderRegistry> factory)
Customize the . 
 | 
GraphQLHandler | 
GraphQLHandler.locale(java.util.function.Function<RoutingContext,Locale> factory)
Customize the  passed to the GraphQL execution engine. 
 | 
static GraphQLHandler | 
GraphQLHandler.newInstance(GraphQLHandler arg)  | 
GraphQLHandler | 
GraphQLHandler.queryContext(java.util.function.Function<RoutingContext,Object> factory)
Customize the query context object. 
 | 
Copyright © 2023 Eclipse. All rights reserved.