Prisma many-to-many self-relation
I want to have multiple m2m self-relation fields.
For a user I need fields for parents, friends, partners, etc, and all of them are users as well.
Prisma let me have 2 fields like this, but generates weird syntax if I do more than 2.
Anyone experienced with this?
0 Replies