I have a Memgraph database running.
How to export Memgraph graph as a series of Cypher statements, so I can use it to import to another instance?
I was reading the documentation and only found how to Import Cypher, but not how to Export Cypher.
I would like a way to import/export as a text file containing the Cypher statements that I can use to transfer data into Neo4j/Memgraph server instances.