Uses of Interface
io.vertx.ext.web.handler.graphql.GraphQLHandler
Packages that use GraphQLHandler
Package
Description
-
Uses of GraphQLHandler in io.vertx.ext.web.handler.graphql
Methods in io.vertx.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. -
Uses of GraphQLHandler in io.vertx.reactivex.ext.web.handler.graphql
Methods in io.vertx.reactivex.ext.web.handler.graphql that return GraphQLHandlerMethods in io.vertx.reactivex.ext.web.handler.graphql with parameters of type GraphQLHandlerModifier and TypeMethodDescriptionstatic GraphQLHandlerGraphQLHandler.newInstance(GraphQLHandler arg) Constructors in io.vertx.reactivex.ext.web.handler.graphql with parameters of type GraphQLHandler -
Uses of GraphQLHandler in io.vertx.rxjava3.ext.web.handler.graphql
Methods in io.vertx.rxjava3.ext.web.handler.graphql that return GraphQLHandlerMethods in io.vertx.rxjava3.ext.web.handler.graphql with parameters of type GraphQLHandlerModifier and TypeMethodDescriptionstatic GraphQLHandlerGraphQLHandler.newInstance(GraphQLHandler arg) Constructors in io.vertx.rxjava3.ext.web.handler.graphql with parameters of type GraphQLHandler