Thanks <@U4RBL87HU> Using mutation callbacks to sy...
# prisma-whats-new
s
Thanks @gdiddadi Using mutation callbacks to sync data to an external system works great. You should make sure to write your syncing code in an idempotent way, meaning that it should be possible to sync the same item twice and not end up with multiple items in your external system.