Uses of Interface
io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder
Packages that use GraphQLHandlerBuilder
Package
Description
-
Uses of GraphQLHandlerBuilder in io.vertx.ext.web.handler.graphql
Methods in io.vertx.ext.web.handler.graphql that return GraphQLHandlerBuilderModifier and TypeMethodDescriptionGraphQLHandlerBuilder.beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>> beforeExecuteHandler) Set a callback to invoke before executing a GraphQL query.static GraphQLHandlerBuilderGraphQLHandler.builder(graphql.GraphQL graphQL) GraphQLHandlerBuilder.with(GraphQLHandlerOptions options) Change theGraphQLHandlerOptionsto use. -
Uses of GraphQLHandlerBuilder in io.vertx.reactivex.ext.web.handler.graphql
Methods in io.vertx.reactivex.ext.web.handler.graphql that return GraphQLHandlerBuilderMethods in io.vertx.reactivex.ext.web.handler.graphql with parameters of type GraphQLHandlerBuilderModifier and TypeMethodDescriptionstatic GraphQLHandlerBuilderGraphQLHandlerBuilder.newInstance(GraphQLHandlerBuilder arg) Constructors in io.vertx.reactivex.ext.web.handler.graphql with parameters of type GraphQLHandlerBuilder -
Uses of GraphQLHandlerBuilder in io.vertx.rxjava3.ext.web.handler.graphql
Methods in io.vertx.rxjava3.ext.web.handler.graphql that return GraphQLHandlerBuilderMethods in io.vertx.rxjava3.ext.web.handler.graphql with parameters of type GraphQLHandlerBuilderModifier and TypeMethodDescriptionstatic GraphQLHandlerBuilderGraphQLHandlerBuilder.newInstance(GraphQLHandlerBuilder arg) Constructors in io.vertx.rxjava3.ext.web.handler.graphql with parameters of type GraphQLHandlerBuilder