Uses of Class
io.vertx.rxjava3.ext.web.handler.graphql.GraphQLHandler
Packages that use GraphQLHandler
-
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 GraphQLHandlerModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<GraphQLHandler> GraphQLHandler.__TYPE_ARGMethods in io.vertx.rxjava3.ext.web.handler.graphql that return GraphQLHandlerModifier and TypeMethodDescriptionGraphQLHandlerBuilder.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)