How to export including relationships? I've found that executing the default query
MATCH (n) RETURN n
Does return what I need graphically including the relationships between nodes (AUTO-COMPLETE switched on). I see my nodes and their relationship.
But when I save it either CVS or JSON it does not includes the relationships. Any idea how can I do it?