What I am Trying,
Let’s say, I Need User with 4 categories
Like this
user1–> category1, category2, category3, category4
I am able to connect only 2 categories at a time.
When try to add more than 2 categories older category nodes gets removed.
so initially user1–> category1 ,category2
after adding category3 and category4
new structure is
user1–> category3, category4
Queries?
1.Do Dgraph have any limitations over adding number of nodes?
2. Is there is anything special functionality we need to add to handle more than 2 nodes?
what i am i missing or doing wrong?
Also can you please help me with the correct query and mutations in such case where i have to get to a neighbour node using the uid of the current node and if not present can set it as an neighbour to the current node.