Uses of Class
io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
-
Packages that use GraphQLHandlerOptions Package Description io.vertx.ext.web.handler.graphql io.vertx.reactivex.ext.web.handler.graphql io.vertx.rxjava3.ext.web.handler.graphql -
-
Uses of GraphQLHandlerOptions in io.vertx.ext.web.handler.graphql
Methods in io.vertx.ext.web.handler.graphql that return GraphQLHandlerOptions Modifier and Type Method Description GraphQLHandlerOptions
GraphQLHandlerOptions. setRequestBatchingEnabled(boolean requestBatchingEnabled)
Whether request batching should be enabled.GraphQLHandlerOptions
GraphQLHandlerOptions. setRequestMultipartEnabled(boolean requestMultipartEnabled)
Whether request multipart should be enabled.Methods in io.vertx.ext.web.handler.graphql with parameters of type GraphQLHandlerOptions Modifier and Type Method Description static GraphQLHandler
GraphQLHandler. create(graphql.GraphQL graphQL, GraphQLHandlerOptions options)
Create a newGraphQLHandler
that will use the providedgraphQL
object to execute queries.GraphQLHandlerBuilder
GraphQLHandlerBuilder. with(GraphQLHandlerOptions options)
Change theGraphQLHandlerOptions
to use.Constructors in io.vertx.ext.web.handler.graphql with parameters of type GraphQLHandlerOptions Constructor Description GraphQLHandlerOptions(GraphQLHandlerOptions other)
Copy 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 GraphQLHandlerOptions Modifier and Type Method Description static GraphQLHandler
GraphQLHandler. create(graphql.GraphQL graphQL, GraphQLHandlerOptions options)
Create a newGraphQLHandler
that will use the providedgraphQL
object to execute queries.GraphQLHandlerBuilder
GraphQLHandlerBuilder. with(GraphQLHandlerOptions options)
Change theGraphQLHandlerOptions
to 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 GraphQLHandlerOptions Modifier and Type Method Description static GraphQLHandler
GraphQLHandler. create(graphql.GraphQL graphQL, GraphQLHandlerOptions options)
Create a newGraphQLHandler
that will use the providedgraphQL
object to execute queries.GraphQLHandlerBuilder
GraphQLHandlerBuilder. with(GraphQLHandlerOptions options)
Change theGraphQLHandlerOptions
to use.
-