Neo4j Cypher
As you develop the model for your Neo4j graph database, with node labels and relationship types with constraints and indexes, Hackolade dynamically generates the corresponding Cypher script.
The script can also be exported to the file system via the menu Tools > Forward-Engineering, or via the Command-Line Interface.
The information can be viewed in the Cypher Script tab:
You may export these scripts to a Cypher file with the menu option Tools > Forward-Engineering > Cypher Script:
See more details here on how to apply the exported Cypher script.