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

Subscriptions don't support update_relationship #4944

Open
mcmathews opened this issue Mar 22, 2024 · 0 comments
Open

Subscriptions don't support update_relationship #4944

mcmathews opened this issue Mar 22, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@mcmathews
Copy link

Is your feature request related to a problem? Please describe.
I'd like to subscribe to updates on the properties of a relationship. Currently, subscriptions only contain options for subscribing to create_relationship and delete_relationship, but no update. When I update the properties of a relationship, I see the event fired is an update event on the node I updated the relationship through, but the event doesn't contain any information about the change in the relationship's properties. It simply shows the old and new properties of the node (which are the same in both states).

Describe the solution you'd like
I would like to see subscription options for a relationship being updated, not just created and deleted.

Describe alternatives you've considered
No good alternatives. The only thing I've considered is treating node update events with no clear changes as potentially containing an edge property update, but that would be significantly more difficult than just having a relationship update event.

Additional context
None

@mcmathews mcmathews added the feature request New feature or request label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant