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 GraphQLHandlerBuilder
GraphQLHandlerBuilder. beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>> beforeExecuteHandler)
Set a callback to invoke before executing a GraphQL query.static GraphQLHandlerBuilder
GraphQLHandler. builder(graphql.GraphQL graphQL)
GraphQLHandlerBuilder
GraphQLHandlerBuilder. with(GraphQLHandlerOptions options)
Change theGraphQLHandlerOptions
to use.
-