Hi. I've checked the source code and documentation for a solution to my issue but was unable to.
I am working on an app that allow users to have relationships between them.
They can be friends, but also relatives.
I'm managing this by having a "type" attribute on the relationship.
Is there any way, for example, to query a certain Person A and fetch all of their sons/children, or only their friends?
Thank you!
Hi. I've checked the source code and documentation for a solution to my issue but was unable to.
I am working on an app that allow users to have relationships between them.
They can be friends, but also relatives.
I'm managing this by having a "type" attribute on the relationship.
Is there any way, for example, to query a certain Person A and fetch all of their sons/children, or only their friends?
Thank you!