Nguyen Quang Truong
[updates]
723e191
raw
history blame
90 Bytes
// Delete all nodes and relationships
MATCH (m)-[r]->(n)
MATCH (node)
DELETE r
DELETE node