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

Relationship generation: allow no directionality #213

Open
slobentanzer opened this issue Nov 14, 2024 · 0 comments
Open

Relationship generation: allow no directionality #213

slobentanzer opened this issue Nov 14, 2024 · 0 comments

Comments

@slobentanzer
Copy link
Contributor

For query generation, it may be useful to have undirected relationships at the query stage; i.e., a bidirectional relationship is represented by just one directed relationship in Cypher, but the query is executed without an angled bracket, -[]- instead of -[]->. This is recommended by Neo4j.

To implement, we would change the query generation to reflect this, iff either the source and target annotation in the schema config are missing, or the field undirected is set to true, explicitly.

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

No branches or pull requests

1 participant