Can anyone shed light on how a self-relation might...
# orm-help
m
Can anyone shed light on how a self-relation might work in a data model where 2 users should be able to “connect” with each other after an invitation to connect has been accepted?
I’m trying to get each user to respectively populate the other user’s “connections” field. Is this possible with a single mutation. I looked into updateManyUsers, but not sure if that’s the solution. Only one user shows the connection when each is queried.