mutations

@JvmName(name = "tpgbtpcdfpkkuisq")
suspend fun mutations(value: Output<List<MutationArgs>>)
@JvmName(name = "rskchdeqvqmsymvh")
suspend fun mutations(value: List<MutationArgs>?)

Parameters

value

mutations contain operations to perform on matching objects. mutations may not be empty; a minimum of one mutation is required. mutations are evaluated in order, and are reinvoked according to the reinvocationPolicy. The mutations of a policy are invoked for each binding of this policy and reinvocation of mutations occurs on a per binding basis.


@JvmName(name = "oxobkrpbljwsjpln")
suspend fun mutations(vararg values: Output<MutationArgs>)


@JvmName(name = "gxmlvklbstylxrjn")
suspend fun mutations(values: List<Output<MutationArgs>>)
@JvmName(name = "vhtnnasmovrshabk")
suspend fun mutations(vararg values: MutationArgs)

Parameters

values

mutations contain operations to perform on matching objects. mutations may not be empty; a minimum of one mutation is required. mutations are evaluated in order, and are reinvoked according to the reinvocationPolicy. The mutations of a policy are invoked for each binding of this policy and reinvocation of mutations occurs on a per binding basis.


@JvmName(name = "pmexomvqbhgissbj")
suspend fun mutations(argument: List<suspend MutationArgsBuilder.() -> Unit>)
@JvmName(name = "jmcnpnfblnfpnfgt")
suspend fun mutations(vararg argument: suspend MutationArgsBuilder.() -> Unit)
@JvmName(name = "lmuqhokgbocfwdvs")
suspend fun mutations(argument: suspend MutationArgsBuilder.() -> Unit)

Parameters

argument

mutations contain operations to perform on matching objects. mutations may not be empty; a minimum of one mutation is required. mutations are evaluated in order, and are reinvoked according to the reinvocationPolicy. The mutations of a policy are invoked for each binding of this policy and reinvocation of mutations occurs on a per binding basis.