Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds ALT_DIRECTION_BOTH option to RelationshipType #170

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ryandeklerk
Copy link

@ryandeklerk ryandeklerk commented Dec 25, 2022

Adds ALT_DIRECTION_BOTH option to RelationshipType

@ryandeklerk
Copy link
Author

Another option is to just remove DIRECTION_BOTH entirely, as it doesn't have any functionality and its presence is kind of confusing. Also, neo4j doesn't allow creation of bidirectional relationships. The functionality I could see this having is the ability to query all relationships of that type involving the node similar to MATCH (a:Node {name: 'node'})-[r]-(b). Though I'm not sure if that's covered by functionality elsewhere, as I'm still looking over the source code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant