Uses of Class
io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Packages that use GraphQLHandlerOptions
Package
Description
-
Uses of GraphQLHandlerOptions in io.vertx.ext.web.handler.graphql
Methods in io.vertx.ext.web.handler.graphql that return GraphQLHandlerOptionsModifier and TypeMethodDescriptionGraphQLHandlerOptions.setRequestBatchingEnabled(boolean requestBatchingEnabled) Whether request batching should be enabled.GraphQLHandlerOptions.setRequestMultipartEnabled(boolean requestMultipartEnabled) Whether request multipart should be enabled.Methods in io.vertx.ext.web.handler.graphql with parameters of type GraphQLHandlerOptionsModifier and TypeMethodDescriptionstatic GraphQLHandlerGraphQLHandler.create(graphql.GraphQL graphQL, GraphQLHandlerOptions options) Create a newGraphQLHandlerthat will use the providedgraphQLobject to execute queries.GraphQLHandlerBuilder.with(GraphQLHandlerOptions options) Change theGraphQLHandlerOptionsto use.Constructors in io.vertx.ext.web.handler.graphql with parameters of type GraphQLHandlerOptionsModifierConstructorDescriptionCopy constructor. -
Uses of GraphQLHandlerOptions in io.vertx.reactivex.ext.web.handler.graphql
Methods in io.vertx.reactivex.ext.web.handler.graphql with parameters of type GraphQLHandlerOptionsModifier and TypeMethodDescriptionstatic GraphQLHandlerGraphQLHandler.create(graphql.GraphQL graphQL, GraphQLHandlerOptions options) Create a newGraphQLHandlerthat will use the providedgraphQLobject to execute queries.GraphQLHandlerBuilder.with(GraphQLHandlerOptions options) Change theGraphQLHandlerOptionsto use. -
Uses of GraphQLHandlerOptions in io.vertx.rxjava3.ext.web.handler.graphql
Methods in io.vertx.rxjava3.ext.web.handler.graphql with parameters of type GraphQLHandlerOptionsModifier and TypeMethodDescriptionstatic GraphQLHandlerGraphQLHandler.create(graphql.GraphQL graphQL, GraphQLHandlerOptions options) Create a newGraphQLHandlerthat will use the providedgraphQLobject to execute queries.GraphQLHandlerBuilder.with(GraphQLHandlerOptions options) Change theGraphQLHandlerOptionsto use.