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

Non-directional Relationship #84

Open
ShurikAg opened this issue Jan 29, 2015 · 1 comment
Open

Non-directional Relationship #84

ShurikAg opened this issue Jan 29, 2015 · 1 comment

Comments

@ShurikAg
Copy link

How can I create non-directional relationship using OGM?

Thanks,

@lrezek
Copy link

lrezek commented Jan 30, 2015

Unfortunately, Neo4J does not support non-directional relationships. From the docs:

As relationships are always directed, they can be viewed as outgoing or incoming relative to a node...

and

While relationships always have a direction, you can ignore the direction where it is not useful in your application.

You can read more about relationships here.

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

No branches or pull requests

2 participants