Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler
-
Packages that use GraphQLHandler Package Description io.vertx.mutiny.ext.web.handler.graphql -
-
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 GraphQLHandler Modifier and Type Field Description static TypeArg<GraphQLHandler>GraphQLHandler. __TYPE_ARGMethods in io.vertx.mutiny.ext.web.handler.graphql that return GraphQLHandler Modifier and Type Method Description GraphQLHandlerGraphQLHandler. beforeExecute(Consumer<ExecutionInputBuilderWithContext<RoutingContext>> config)static GraphQLHandlerGraphQLHandler. create(graphql.GraphQL graphQL)static GraphQLHandlerGraphQLHandler. create(graphql.GraphQL graphQL, io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions options)GraphQLHandlerGraphQLHandler. dataLoaderRegistry(Function<RoutingContext,org.dataloader.DataLoaderRegistry> factory)Deprecated.as of 4.2, use#beforeExecute(Handler)insteadGraphQLHandlerGraphQLHandler. locale(Function<RoutingContext,Locale> factory)Deprecated.as of 4.2, use#beforeExecute(Handler)insteadstatic GraphQLHandlerGraphQLHandler. newInstance(io.vertx.ext.web.handler.graphql.GraphQLHandler arg)GraphQLHandlerGraphQLHandler. queryContext(Function<RoutingContext,Object> factory)Deprecated.as of 4.2, use#beforeExecute(Handler)instead
-