public interface GraphQLHandlerBuilder
GraphQLHandler instances.| Modifier and Type | Method and Description |
|---|---|
GraphQLHandlerBuilder |
beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>> beforeExecuteHandler)
Set a callback to invoke before executing a GraphQL query.
|
GraphQLHandler |
build() |
GraphQLHandlerBuilder |
with(GraphQLHandlerOptions options)
Change the
GraphQLHandlerOptions to use. |
GraphQLHandlerBuilder with(GraphQLHandlerOptions options)
GraphQLHandlerOptions to use.GraphQLHandlerBuilder beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>> beforeExecuteHandler)
beforeExecuteHandler - the callback to invokeGraphQLHandler build()
GraphQLHandlerCopyright © 2024 Eclipse. All rights reserved.