Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler
Packages that use GraphQLHandler
-
Uses of GraphQLHandler in io.vertx.mutiny.ext.web.handler.graphql
Fields in io.vertx.mutiny.ext.web.handler.graphql with type parameters of type GraphQLHandlerMethods in io.vertx.mutiny.ext.web.handler.graphql that return GraphQLHandlerModifier and TypeMethodDescriptionGraphQLHandler.beforeExecute
(Consumer<ExecutionInputBuilderWithContext<RoutingContext>> config) Deprecated.GraphQLHandlerBuilder.build()
static GraphQLHandler
GraphQLHandler.create
(graphql.GraphQL graphQL) static GraphQLHandler
GraphQLHandler.create
(graphql.GraphQL graphQL, io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions options) GraphQLHandler.dataLoaderRegistry
(Function<RoutingContext, org.dataloader.DataLoaderRegistry> factory) Deprecated.as of 4.2, use#beforeExecute(Handler)
insteadGraphQLHandler.locale
(Function<RoutingContext, Locale> factory) Deprecated.as of 4.2, use#beforeExecute(Handler)
insteadstatic GraphQLHandler
GraphQLHandler.newInstance
(io.vertx.ext.web.handler.graphql.GraphQLHandler arg) GraphQLHandler.queryContext
(Function<RoutingContext, Object> factory) Deprecated.as of 4.2, use#beforeExecute(Handler)
instead
builder(GraphQL)
instead