Shri
Shri
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-android/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-android/discussions). ### Language and Async Model Kotlin - Coroutines ### Amplify Categories DataStore ###...
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-android/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-android/discussions). ### Language and Async Model Kotlin - Coroutines ### Amplify Categories DataStore ###...
[DataStore] Optional fields related to another table using @belongsTo directive are throwing errors
### Describe the bug This is the schema that I am using: ### GraphQL Schema ```graphql type Blog @model @auth(rules: [{allow: public}]) { id: ID! name: String! customs: [MyCustomModel] notes:...
### Before opening, please confirm: - [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists. - [X] I have...