You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2025. It is now read-only.
So I was able to get UpdateRecord working but I started to run into a bug that took me a while to find.
Essentially I would create a record, attach some edges to it, and later on at some point I am using UpdateRecord to update it with some of the fields, but then I started to notice that all edges attached to that record were disappearing, and the queries that were expecting those edges to exist started to fail.
I can work on putting a test case together but have you run into this?