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.
graphiQLOptions
- Configure the GraphiQL development tool.
requestBatchingEnabled
- Whether request batching should be enabled. Defaults to false.