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_ARG
Methods in io.vertx.mutiny.ext.web.handler.graphql that return GraphQLHandlerBuilder Modifier and Type Method Description GraphQLHandlerBuilder
GraphQLHandlerBuilder. beforeExecute(Consumer<ExecutionInputBuilderWithContext<RoutingContext>> beforeExecuteHandler)
static GraphQLHandlerBuilder
GraphQLHandler. builder(graphql.GraphQL graphQL)
static GraphQLHandlerBuilder
GraphQLHandlerBuilder. newInstance(io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder arg)
GraphQLHandlerBuilder
GraphQLHandlerBuilder. with(io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions options)
-