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

Feature: undirected relationships #811

Merged
merged 22 commits into from
Jan 25, 2022

Conversation

angrykoala
Copy link
Member

Description

This pr adds the argument directed to relationship queries. If set to false, the relationship query will be undirected (i.e., with the form ()-[]-()) as defined in rfc-004

This is only valid for queries, not mutations.

@angrykoala angrykoala marked this pull request as draft January 18, 2022 14:21
@angrykoala angrykoala changed the title Undirected relationships Feature: undirected relationships Jan 19, 2022
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jan 19, 2022
@neo4j-team-graphql
Copy link
Collaborator

neo4j-team-graphql commented Jan 19, 2022

Thanks for the documentation updates.

The preview documentation has now been torn down - reopening this PR will republish it.

@angrykoala angrykoala marked this pull request as ready for review January 19, 2022 17:14
@angrykoala angrykoala force-pushed the undirected-relationships branch from 63ec099 to fe4d3d8 Compare January 21, 2022 11:12
Copy link
Contributor

@darrellwarde darrellwarde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, just a couple of tweaks to the documentation!

docs/modules/ROOT/pages/queries.adoc Outdated Show resolved Hide resolved
docs/modules/ROOT/pages/queries.adoc Outdated Show resolved Hide resolved
Co-authored-by: Darrell Warde <8117355+darrellwarde@users.noreply.github.com>
@angrykoala angrykoala merged commit be1ee76 into neo4j:dev Jan 25, 2022
@angrykoala angrykoala deleted the undirected-relationships branch January 25, 2022 09:52
@angrykoala angrykoala linked an issue Jan 25, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature ogm
Projects
None yet
3 participants