neode icon indicating copy to clipboard operation
neode copied to clipboard

Missing possibility to delete a relationship

Open breitmark opened this issue 7 years ago • 4 comments
trafficstars

As counterpart of node.relateTo(other, type, properties) it could be node.relateDelete(other [,type]) would be great

breitmark avatar Sep 29 '18 16:09 breitmark

Great suggestion. I can see removing the relationships as being used more option, so how about node.detach(type [, other]) and node.detachFrom(other) for a generic node to node removal?

adam-cowley avatar Oct 03 '18 10:10 adam-cowley

Sounds great for me as Cypher also uses DETACH for removing links

breitmark avatar Oct 04 '18 08:10 breitmark

Should be fairly easy to accomplish using this Cypher query

watzon avatar Dec 03 '19 02:12 watzon

Hi folks 👋

Pending #122 merge, I believe this issue can be closed 🤝

AbdullahAli avatar Jun 05 '20 16:06 AbdullahAli