I cannot remove references in a data array that no longer exist

Delete data from a “type” FieldRule, and in another “type” Product there was an array of fieldrules [FieldRule], when I do a product query, the reference to the ids of this FieldRule still appears, but in FieldRule they have already been deleted , and when I try to update a Product, to remove these references, I get this error: “couldn’t rewrite mutation updateProduct because failed to rewrite mutation payload because ID "0x7a7f8573a" isn’t a FieldRule”. Any ideas?
imagen


This was resolved with direct contact via zoom. The problem was dangling edges to nonexistent nodes. Fixed via DQL.

1 Like