many to many self reference
I'm trying to define "follows" & "followers" relations on a user entity. Obviously this is a many to many relation, but how to I define both "edges" in my relation?
I've seen
I've seen
many takes a config param relationName but I don't see where I can define that the relation "follows" references followsUserId and "followers" references userId?