| Package | Description |
|---|---|
| io.vertx.ext.web.handler.graphql |
| Modifier and Type | Method and Description |
|---|---|
GraphQLHandler |
GraphQLHandler.beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>> config)
Deprecated.
as of 4.5.1, use
builder(GraphQL) instead |
GraphQLHandler |
GraphQLHandlerBuilder.build() |
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(Function<RoutingContext,org.dataloader.DataLoaderRegistry> factory)
Deprecated.
as of 4.2, use
beforeExecute(Handler) instead |
GraphQLHandler |
GraphQLHandler.locale(Function<RoutingContext,Locale> factory)
Deprecated.
as of 4.2, use
beforeExecute(Handler) instead |
GraphQLHandler |
GraphQLHandler.queryContext(Function<RoutingContext,Object> factory)
Deprecated.
as of 4.2, use
beforeExecute(Handler) instead |
Copyright © 2025 Eclipse. All rights reserved.