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 GraphQLHandler
GraphQLHandlerBuilder. build()
static GraphQLHandler
GraphQLHandler. create(graphql.GraphQL graphQL)
Create a newGraphQLHandler
that will use the providedgraphQL
object to execute queries.static GraphQLHandler
GraphQLHandler. create(graphql.GraphQL graphQL, GraphQLHandlerOptions options)
Create a newGraphQLHandler
that will use the providedgraphQL
object to execute queries.
-