Closed jesper-bylund closed 4 years ago
After extensive testing this turns out to be a mismatch between an amplify-cli version and DataStore v1.0.4. I'm afraid I don't have any way of finding out which CLI version it was. But updating CLI solved the issue, and future reports of the same issue will look like DataStore locally storing only a partial model.
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs.
Looking for a help forum? We recommend joining the Amplify Community Discord server *-help
channels or Discussions for those types of questions.
Describe the bug I'm setting up a new API based on a complex GraphQL schema, but none of my models seem to work properly.
After some testing I'm findin that only a part of my models are actually being handled my DataStore, the models are being added to DynamoDb, but I cant Get the rest of the model data. With this model I can save changes to DynamoDb, but I can only read or Get the following:
This is the accessible data
This is the model:
These are the svelte functions I use for testing:
This is my package list: