Martin
Martin
Can confirm that fixing it to 4.2.0 solved the issue.
Hi @phani-srikar I am confused by that too. Here is the diff on the mutation file:  It is essentially the same but with `__typename` added
I am still experiencing the issue. It seems that it only fails to update on objects that are already in the database. If I insert a new row and then...
I can confirm that the problem occurs when updating sub-fields that are missing `__typename`. Is there a way to auto populate those sub-fields with `__typename`? P.S thank you @dpilch. Your...