-
Notifications
You must be signed in to change notification settings - Fork 58
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
Check if mutationQueue empty? #96
Comments
At this time, there isn't an API/method that you can invoke in the AppSync SDK to know if the mutationQueue is empty. One idea that you can explore - since mutations will receive an |
thank you for your response! Are there plans to implement this feature in the near future? |
We will take this as a feature request and provide an update here once this is prioritized and we have a timeline established. |
Awesome, thank you so much! |
v2.7.6 contains the mechanism to check if the mutation queue is empty. See the link below for an example of how to use it. Line 1197 in 1dd1fd9
|
@cbommas awesome! Worked like a charm, thank you for the prompt update. |
@gitnarqt |
Is there a way to know if the mutationQueue is empty? We want to make sure that all mutations were carried out before logging out a user.
The text was updated successfully, but these errors were encountered: