Hey guys, another question, for some reason, I cannot find any materials online. Most of dgraph example that I have encountered so far has been a one-time relationship between two nodes, such as [friend] or [work_at], [directed], etc. What I want to try is multiple edges of the same relationship between 2 nodes, such as edges between a user and a website ie [visited]. A user can visit the same website multiple times, but the predicate like visited_time will be different.
I tried using facet to add edge attribute, but when I add the same edge with a different attribute, say the visited_time, it replaces the previous edge. (I hope I make my objective and my struggle clear) So wondering if we can do multiple edges of the same edge label between two nodes?