-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DataStore - ObserveQuery deleted items are showing #2069
Comments
Hey @a-alen 👋, Thanks for raising the issue. We can replicate the issue and marked this as a bug for the team to evaluate further. |
Hi, also - when there is a update mutation inside the application, ObserveQuery does not transmit/reacts to that data change. Is this wanted behavior or is it a bug? If it is a bug, should I open it as a new issue? |
Hello, is there any progresses on this? :) |
+1!! Any update?? |
also reproduced on iOS using react-native version. |
+1 |
Same problem here. Do you have any good workaround? |
+1 |
Hello, we merged #2522 which should resolve this issue when released. Will communicate the updated version number so that you can test the fix. |
This has been fixed in version |
|
Before opening, please confirm:
Language and Async Model
Kotlin
Amplify Categories
GraphQL API, DataStore
Gradle script dependencies
Environment information
Please include any relevant guides or documentation you're referencing
No response
Describe the bug
When item is deleted with Amplify.DataStore.delete, that deleted item stays in Amplify.DataStore.observeQuery. You need to exit from app, and when you start it again ObserveQuery shows correct number of items, until next delete.
Column _deleted is not accessible, so it is not possible to filter that item.
Reproduction steps (if applicable)
No response
Code Snippet
// Put your code below this line.
Log output
amplifyconfiguration.json
No response
GraphQL Schema
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: