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.graphqlFields in io.vertx.reactivex.ext.web.handler.graphql with type parameters of type GraphQLHandler Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<GraphQLHandler>GraphQLHandler. __TYPE_ARGMethods in io.vertx.reactivex.ext.web.handler.graphql that return GraphQLHandler Modifier and Type Method Description GraphQLHandlerGraphQLHandlerBuilder. build()static GraphQLHandlerGraphQLHandler. create(graphql.GraphQL graphQL)Create a newGraphQLHandlerthat will use the providedgraphQLobject to execute queries.static GraphQLHandlerGraphQLHandler. create(graphql.GraphQL graphQL, GraphQLHandlerOptions options)Create a newGraphQLHandlerthat will use the providedgraphQLobject to execute queries.static GraphQLHandlerGraphQLHandler. newInstance(GraphQLHandler arg)
 
-