[Prisma] Nested create with 2 levels of related records
Say I have an object:
How do I create/update such an object with Prisma? Nested creates are not possible, so 'posts' and 'uploads' has to be created separately. But how do I create 'uploads' which is an array within in array?
2 Replies