Skip to content

Comments

Fix wrong path to operator in update edge properties#7090

Open
a-alle wants to merge 2 commits intoneo4j:devfrom
a-alle:fix-relationship-properties-operation-error
Open

Fix wrong path to operator in update edge properties#7090
a-alle wants to merge 2 commits intoneo4j:devfrom
a-alle:fix-relationship-properties-operation-error

Conversation

@a-alle
Copy link
Contributor

@a-alle a-alle commented Feb 20, 2026

Description

For relationships declared in an Interface and implemented in concrete types, the path to operator is wrong
(should be ActedInMovie -> role, was ActedInMovie -> role -> role)

update: {
  where: { node: { title: { eq: "B" } } }
  node: { actors: [{ update: { edge: { ActedInMovie: { role: { set: "abc" } } } } }] }
}

Complexity

Complexity: Low

Issue

Note

Please link to the GitHub issue(s) in which the proposal for this work was discussed

To link to multiple issues, use full syntax for each, for example Closes #1, closes #2, closes #3

Closes

Checklist

The following requirements should have been met (depending on the changes in the branch):

  • Documentation has been updated
  • TCK tests have been updated
  • Integration tests have been updated
  • Example applications have been updated
  • New files have copyright header
  • CLA (https://neo4j.com/developer/cla/) has been signed

@a-alle a-alle requested a review from angrykoala February 20, 2026 10:55
@changeset-bot
Copy link

changeset-bot bot commented Feb 20, 2026

⚠️ No Changeset found

Latest commit: 46b3eb0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@angrykoala
Copy link
Member

This probably needs a changeset?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants