bug: when inserting a schema node into an existing hierarchy the peer
of the parent relationship of the new node's child does not get updated
#4839
Labels
group/backend
Issue related to the backend (API Server, Git Agent)
type/bug
Something isn't working as expected
Milestone
Component
API Server / GraphQL
Infrahub version
1.0.1
Current Behavior
When you insert a new schema node into an existing hierarchy, the parent relationship
peer
property of the node that points to the newly inserted schema node will not have been updated.Expected Behavior
The peer property of the parent relationship points to the new parent, which is the newly inserted node in the hierarchy.
Steps to Reproduce
LocationSite
schema nodepeer
of the relationship is still set toLocationCountry
Additional Information
No response
The text was updated successfully, but these errors were encountered: