fun graphQLHandlerOptionsOf(graphiQLOptions: GraphiQLOptions? = null, requestBatchingEnabled: Boolean? = null): GraphQLHandlerOptions
A function providing a DSL for building io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions objects. |
|
fun graphiQLOptionsOf(enabled: Boolean? = null, graphQLUri: String? = null, headers: Map<String, String>? = null, query: String? = null, variables: JsonObject? = null): GraphiQLOptions
A function providing a DSL for building io.vertx.ext.web.handler.graphql.GraphiQLOptions objects. |