Amplify Studio Data Manager does not sync data to DynamoDB #1101
Labels
pending-response
An issue is pending response from the issue requestor
pending-triage
An issue that is pending triage
Recently I updated my schema model and start using graphql transformer v2 syntax. But I have experienced problems creating/updating data. This happens specifically with data models that have relationships.
Is this related on how I defined the model relationships? Here's exactly how it's written:
For example when I try to connect a Campaign object to a CampaignFinancialInfo object through Content Manager, one of the next 2 scenarios can happen:
Content Manager updates the data succesfully. But won't sync it on DynamoDB.
Content Manager aparently "updates" the data succesfully. But when I read the data, it is in the previous state. And of course, won't sync on DynamoDB.
When updating a relationship, the relationship id property is the same id of the record instead of the id of the related record in the related table.
The text was updated successfully, but these errors were encountered: