This feature uses the export procedures of the APOC library to create exports based on your custom Cypher query.
Select “Export” from the main menu and choose a type: JSON or Cypher Script. Depending on the type of the export, additional options become available:
JSON
Cypher Script
See the docs of the APOC library for details.
Enter the Cypher query: The query must RETURN all named nodes and relationships you wish to have included in the result (or simply *). Then hit the export button.
Attention: Limit the query result using WHERE and LIMIT. Do not export large amounts of data this way, since this might crash your neo4j DBMS.