Drew Delianides
ctx.prisma.updateManyFoo({ data: { field: { create: [ { ... } ] }, }, where: { id, }, });