Uses of Class
io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandler
-
Packages that use GraphQLHandler Package Description io.vertx.rxjava3.ext.web.handler.graphql -
-
Uses of GraphQLHandler in io.vertx.rxjava3.ext.web.handler.graphql
Fields in io.vertx.rxjava3.ext.web.handler.graphql with type parameters of type GraphQLHandler Modifier and Type Field Description static TypeArg<GraphQLHandler>GraphQLHandler. __TYPE_ARGMethods in io.vertx.rxjava3.ext.web.handler.graphql that return GraphQLHandler Modifier and Type Method Description GraphQLHandlerGraphQLHandler. beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>> config)Set a callback to invoke before executing a GraphQL query.static GraphQLHandlerGraphQLHandler. create(graphql.GraphQL graphQL)Create a newGraphQLHandlerthat will use the providedgraphQLobject to execute queries.static GraphQLHandlerGraphQLHandler. create(graphql.GraphQL graphQL, GraphQLHandlerOptions options)Create a newGraphQLHandlerthat will use the providedgraphQLobject to execute queries.GraphQLHandlerGraphQLHandler. dataLoaderRegistry(Function<RoutingContext,org.dataloader.DataLoaderRegistry> factory)Deprecated.GraphQLHandlerGraphQLHandler. locale(Function<RoutingContext,Locale> factory)Deprecated.static GraphQLHandlerGraphQLHandler. newInstance(GraphQLHandler arg)GraphQLHandlerGraphQLHandler. queryContext(Function<RoutingContext,Object> factory)Deprecated.
-