fun graphQLHandlerOptionsOf(requestBatchingEnabled: Boolean? = null, requestMultipartEnabled: Boolean? = null): GraphQLHandlerOptions
A function providing a DSL for building io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions objects.
Options for configuring the io.vertx.ext.web.handler.graphql.GraphQLHandler.
requestBatchingEnabled
- Whether request batching should be enabled. Defaults to false.
requestMultipartEnabled
- Whether request multipart should be enabled. Defaults to false.