Martin

Results 4 comments of 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: ![image](https://github.com/aws-amplify/amplify-category-api/assets/22411906/83c09c5b-258e-4e14-8a17-221e835e9e32) 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...