Does anybody know how to define a relation directi...
# orm-help
p
Does anybody know how to define a relation directive to self? I’m using prisma 1 because of the mongo support and I have it defined as @relation(name: “UserToUser”, onDelete: SET_NULL). I also have trying to do a many to many relation with the directive @relation(name: “UserToPost”, onDelete: SET_NULL) on both of the object types