Skip to main content
Usage: GRAPH.COPY <src> <dest> The GRAPH.COPY command creates a copy of a graph, while the copy is performed the src graph is fully accessible. Example:

Frequently Asked Questions

Yes. The source graph remains fully accessible for both reads and writes during the copy operation.
Yes. GRAPH.COPY creates a complete clone of the source graph including all nodes, relationships, properties, indexes, and constraints.
The command will return an error. You must delete the destination graph first using GRAPH.DELETE before copying to that key name.
The copy reflects a consistent snapshot of the source graph at the time the command begins. Modifications to the source graph during the copy will not affect the destination.