We have a multi-graph of email connections. In this graph there are many edges between 2 nodes. Is there any cypher query to aggregate all edges between each node pairs and then return a new graph?
ATTENTION: I know the query that aggregate edges, but it returns a table, not graph!