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

CUD Strategy - Ids in Relations #577

Open
aviz opened this issue Aug 7, 2023 · 0 comments
Open

CUD Strategy - Ids in Relations #577

aviz opened this issue Aug 7, 2023 · 0 comments

Comments

@aviz
Copy link

aviz commented Aug 7, 2023

Guidelines

Feature description (Mandatory)

On CUD strategy allow to pass ids as for relationship, same as for nodes.
It is important for cases that you have multiple relations of the same type but with different properties and ids.
For example (n:Employees)-[ROLE: {uuid: 'some uuid'}-(t:Teams)
In the current implementation there is no way to merge or delete to a specific role.

How this feature can improve the project?

It will allow to delete, update a specific relation with the same name between two nodes.
at the moment it can not be specified.

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 a pull request may close this issue.

1 participant