mutateIn within a Transaction

We would like to perform a mutateIn() with a transaction.

I cannot see the method available within the TransactionAttemptContext object for a transaction.

The only available features are get(), replace(), insert(), remove() and query()

Is this possible to perform a mutateIn with a transation? if not is it planned in a future release?

Hi @cbagnall
Thank you for registering interest in this potential future feature, however mutateIn is not currently on the roadmap for transactions.

Hi @graham.pople,

Thank you for your reply.

Is there an operation similar to a mutateIn() a user could perform within a transaction ?