seromine
PPrisma
•Created by seromine on 5/6/2024 in #help-and-questions
[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?
4 replies