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_ARG
Methods in io.vertx.mutiny.ext.web.handler.graphql that return GraphQLHandler Modifier and Type Method Description static GraphQLHandler
GraphQLHandler. create(graphql.GraphQL graphQL)
static GraphQLHandler
GraphQLHandler. create(graphql.GraphQL graphQL, io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions options)
GraphQLHandler
GraphQLHandler. dataLoaderRegistry(Function<RoutingContext,org.dataloader.DataLoaderRegistry> factory)
GraphQLHandler
GraphQLHandler. locale(Function<RoutingContext,Locale> factory)
static GraphQLHandler
GraphQLHandler. newInstance(io.vertx.ext.web.handler.graphql.GraphQLHandler arg)
GraphQLHandler
GraphQLHandler. queryContext(Function<RoutingContext,Object> factory)
-