what is Prisma.BatchPayload?
I'm trying to make an insertion into the trade table and then use the ids generated to connect those trades created in another table.
however I'm unable to as the return type from createMany is Prisma.BatchPayload
Can anyone help me achieve this without manually creating and assigning uuids
0 Replies