Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandlerBuilder
-
Packages that use GraphQLHandlerBuilder Package Description io.vertx.mutiny.ext.web.handler.graphql -
-
Uses of GraphQLHandlerBuilder in io.vertx.mutiny.ext.web.handler.graphql
Fields in io.vertx.mutiny.ext.web.handler.graphql with type parameters of type GraphQLHandlerBuilder Modifier and Type Field Description static TypeArg<GraphQLHandlerBuilder>GraphQLHandlerBuilder. __TYPE_ARGMethods in io.vertx.mutiny.ext.web.handler.graphql that return GraphQLHandlerBuilder Modifier and Type Method Description GraphQLHandlerBuilderGraphQLHandlerBuilder. beforeExecute(Consumer<ExecutionInputBuilderWithContext<RoutingContext>> beforeExecuteHandler)static GraphQLHandlerBuilderGraphQLHandler. builder(graphql.GraphQL graphQL)static GraphQLHandlerBuilderGraphQLHandlerBuilder. newInstance(io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder arg)GraphQLHandlerBuilderGraphQLHandlerBuilder. with(io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions options)
-