Neo4j-PHP-OGM icon indicating copy to clipboard operation
Neo4j-PHP-OGM copied to clipboard

Non-directional Relationship

Open ShurikAg opened this issue 10 years ago • 1 comments

How can I create non-directional relationship using OGM?

Thanks,

ShurikAg avatar Jan 29 '15 20:01 ShurikAg

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.

lrezek avatar Jan 30 '15 06:01 lrezek