Parallel edges in same predicate

Hi guys, I’m new in dgraph. I need to have graph where two nodes can have many edges between. Is it possible to have many parallel edges with various facet attributes with same predicate?

We do not support that as of now. You will have to model your dataset different, I think. For example, you could store the count of number of edges in facets, or you could model edges as nodes.