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