vertx / io.vertx.kotlin.ext.web.handler.graphql / graphQLHandlerOptionsOf

graphQLHandlerOptionsOf

fun graphQLHandlerOptionsOf(graphiQLOptions: GraphiQLOptions? = null, requestBatchingEnabled: 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.

Parameters

graphiQLOptions - Configure the GraphiQL development tool.

requestBatchingEnabled - Whether request batching should be enabled. Defaults to false.