Uses of Class
io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandlerBuilder
-
Packages that use GraphQLHandlerBuilder Package Description io.vertx.reactivex.ext.web.handler.graphql -
-
Uses of GraphQLHandlerBuilder in io.vertx.reactivex.ext.web.handler.graphql
Fields in io.vertx.reactivex.ext.web.handler.graphql with type parameters of type GraphQLHandlerBuilder Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<GraphQLHandlerBuilder>
GraphQLHandlerBuilder. __TYPE_ARG
Methods in io.vertx.reactivex.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)
static GraphQLHandlerBuilder
GraphQLHandlerBuilder. newInstance(GraphQLHandlerBuilder arg)
GraphQLHandlerBuilder
GraphQLHandlerBuilder. with(GraphQLHandlerOptions options)
Change theGraphQLHandlerOptions
to use.
-