Is it possible to perform a mutation on a record w...
# prisma-whats-new
d
Is it possible to perform a mutation on a record which is currently going through the DB write flow? I want to update the record depending on the state of some other DB models. Pseudo-code included.