# Parallel edges in same predicate

**URL:** https://discuss.dgraph.io/t/parallel-edges-in-same-predicate/6080
**Category:** Dgraph
**Created:** [March 5, 2020, 6:35am UTC](https://discuss.dgraph.io/t/parallel-edges-in-same-predicate/6080 "2020-03-05T06:35:13Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![agorobtsov](https://avatars.discourse-cdn.com/v4/letter/a/8491ac/32.png) [@agorobtsov](https://discuss.dgraph.io/u/agorobtsov)
#### Post date: [March 5, 2020, 6:35am UTC](https://discuss.dgraph.io/t/parallel-edges-in-same-predicate/6080/1 "2020-03-05T06:35:13Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![amanmangal](https://yyz1.discourse-cdn.com/flex007/user_avatar/discuss.dgraph.io/amanmangal/32/1249_2.png) [@amanmangal](https://discuss.dgraph.io/u/amanmangal)
#### Post date: [March 5, 2020, 9:40am UTC](https://discuss.dgraph.io/t/parallel-edges-in-same-predicate/6080/2 "2020-03-05T09:40:36Z")

</div>

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.
