Uses of Interface
io.vertx.ext.web.handler.graphql.GraphQLHandler
-
Packages that use GraphQLHandler Package Description io.vertx.ext.web.handler.graphql -
-
Uses of GraphQLHandler in io.vertx.ext.web.handler.graphql
Methods in io.vertx.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.
-