Uses of Class
io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandler
-
Packages that use GraphQLHandler Package Description io.vertx.rxjava3.ext.web.handler.graphql -
-
Uses of GraphQLHandler in io.vertx.rxjava3.ext.web.handler.graphql
Fields in io.vertx.rxjava3.ext.web.handler.graphql with type parameters of type GraphQLHandler Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<GraphQLHandler>
GraphQLHandler. __TYPE_ARG
Methods in io.vertx.rxjava3.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.static GraphQLHandler
GraphQLHandler. newInstance(GraphQLHandler arg)
-