Uses of Class
io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandlerBuilder
Packages that use GraphQLHandlerBuilder
-
Uses of GraphQLHandlerBuilder in io.vertx.rxjava3.ext.web.handler.graphql
Fields in io.vertx.rxjava3.ext.web.handler.graphql with type parameters of type GraphQLHandlerBuilderModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<GraphQLHandlerBuilder> GraphQLHandlerBuilder.__TYPE_ARGMethods in io.vertx.rxjava3.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) static GraphQLHandlerBuilderGraphQLHandlerBuilder.newInstance(GraphQLHandlerBuilder arg) GraphQLHandlerBuilder.with(GraphQLHandlerOptions options) Change theGraphQLHandlerOptionsto use.