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 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)GraphQLHandlerGraphQLHandler. locale(Function<RoutingContext,Locale> factory)static GraphQLHandlerGraphQLHandler. newInstance(io.vertx.ext.web.handler.graphql.GraphQLHandler arg)GraphQLHandlerGraphQLHandler. queryContext(Function<RoutingContext,Object> factory) 
 -