operationTypes

@JvmName(name = "dkmyhkypigjbixgr")
suspend fun operationTypes(value: Output<List<String>>)
@JvmName(name = "ljesmnouwhjihqjp")
suspend fun operationTypes(value: List<String>)

Parameters

value

GraphQL operation types. Valid values include query or mutation. Note: Apigee does not currently support subscription types.


@JvmName(name = "fjcwedcltbcoiwkj")
suspend fun operationTypes(vararg values: Output<String>)


@JvmName(name = "oaxpsfjtvjtevmiw")
suspend fun operationTypes(values: List<Output<String>>)
@JvmName(name = "mdjpmfnqnpialnph")
suspend fun operationTypes(vararg values: String)

Parameters

values

GraphQL operation types. Valid values include query or mutation. Note: Apigee does not currently support subscription types.