Uses of Interface
io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder
-
Packages that use GraphQLHandlerBuilder Package Description io.vertx.ext.web.handler.graphql -
-
Uses of GraphQLHandlerBuilder in io.vertx.ext.web.handler.graphql
Methods in io.vertx.ext.web.handler.graphql that return GraphQLHandlerBuilder Modifier and Type Method Description GraphQLHandlerBuilderGraphQLHandlerBuilder. beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>> beforeExecuteHandler)Set a callback to invoke before executing a GraphQL query.static GraphQLHandlerBuilderGraphQLHandler. builder(graphql.GraphQL graphQL)GraphQLHandlerBuilderGraphQLHandlerBuilder. with(GraphQLHandlerOptions options)Change theGraphQLHandlerOptionsto use.
-