rdunk
prisma.entity.updateMany([ { where: { id: 1, }, data: { name: 'FOO' } }, { where: { id: 2, }, data: { name: 'BAR' } }, ])