birch-wood / tanK

A Kotlin DSL wrapper for Cypher
Apache License 2.0
0 stars 0 forks source link

Support for relationship DELETE #11

Open kollstrom opened 4 years ago

kollstrom commented 4 years ago

Add support for deleting relationships only https://neo4j.com/docs/cypher-manual/current/clauses/delete/#delete-delete-relationships-only

MATCH (n { name: 'Andy' })-[r:KNOWS]->()
DELETE r