neode
neode copied to clipboard
Missing possibility to delete a relationship
trafficstars
As counterpart of
node.relateTo(other, type, properties)
it could be
node.relateDelete(other [,type])
would be great
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?
Sounds great for me as Cypher also uses DETACH for removing links
Should be fairly easy to accomplish using this Cypher query
Hi folks 👋
Pending #122 merge, I believe this issue can be closed 🤝