Storing a Triple Nested Object
So my prisma schema is as follows:
and the object I am trying to store is the following:
How should I transform this object such that I am able to send the object to my database via prisma, optimally in one request
1 Reply
You have some optiones as prisma allows those keywords createMany or create like