Affected versions : 20.03.0 & 20.03.1
A GraphQL update mutation can remove edges that were unintended.
For example, an updatePost mutation that contains a set to an author for the post (like set: { author: { id: "0x123" } } ) can in some cases erroneously remove the edge if the author is already the author of the post.
Affected versions : 20.03.0 & 20.03.1
A GraphQL update mutation can remove edges that were unintended.
For example, an
updatePostmutation that contains a set to an author for the post (likeset: { author: { id: "0x123" } }) can in some cases erroneously remove the edge if the author is already the author of the post.