Vinelab / NeoEloquent

The Neo4j OGM for Laravel
MIT License
634 stars 200 forks source link

Edge by id #152

Closed bsgrd closed 4 years ago

bsgrd commented 8 years ago

Is it possible to find an edge by it's id, and then deleting it?

Mulkave commented 8 years ago

Unfortunately this is not possible at the moment, can only be done using custom cypher. Will be added to the features list of v2.0. Thanks for reporting and sorry for the inconvenience.

moeraad commented 6 years ago

if we cannot find the edge by id, how can we update the correct edge in case we have 2 edges pointing to the same node ?

Mulkave commented 6 years ago

You'll have to go from the node to the edge as described in the docs here: https://github.com/Vinelab/NeoEloquent#introduction

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.