| Package | Description |
|---|---|
| io.vertx.ext.web.handler.graphql | |
| io.vertx.ext.web.handler.graphql.ws |
| Modifier and Type | Method and Description |
|---|---|
ApolloWSHandler |
ApolloWSHandler.beforeExecute(Handler<ExecutionInputBuilderWithContext<ApolloWSMessage>> config)
Deprecated.
Set a callback to invoke before executing a GraphQL query.
|
GraphQLHandlerBuilder |
GraphQLHandlerBuilder.beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>> beforeExecuteHandler)
Set a callback to invoke before executing a GraphQL query.
|
GraphQLHandler |
GraphQLHandler.beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>> config)
Deprecated.
as of 4.5.1, use
GraphQLHandler.builder(GraphQL) instead |
| Modifier and Type | Method and Description |
|---|---|
GraphQLWSHandlerBuilder |
GraphQLWSHandlerBuilder.beforeExecute(Handler<ExecutionInputBuilderWithContext<Message>> beforeExecuteHandler)
Set a callback to invoke before executing a GraphQL query.
|
GraphQLWSHandler |
GraphQLWSHandler.beforeExecute(Handler<ExecutionInputBuilderWithContext<Message>> config)
Deprecated.
as of 4.5.1, use
GraphQLWSHandler.builder(GraphQL) instead |
Copyright © 2025 Eclipse. All rights reserved.