operationTypes

@JvmName(name = "gdqnvshunypurmkm")
suspend fun operationTypes(value: Output<List<String>>)
@JvmName(name = "motlunouvkndectc")
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 = "motbwgdfbiqkcqlk")
suspend fun operationTypes(vararg values: Output<String>)


@JvmName(name = "ssvohuwrrqyehcsw")
suspend fun operationTypes(values: List<Output<String>>)
@JvmName(name = "rqjvsqvyhvcolacr")
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.