Skip to content
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

fix(queries): update watchQuery results in the next runloop #421

Merged
merged 1 commit into from
Jun 28, 2022

Conversation

anehx
Copy link
Contributor

@anehx anehx commented Mar 23, 2022

This fix causes watchQuery updates to be applied in the next runloop instead of the current one. This is needed to avoid actions running mutations being canceled because of the cache changes that mutation caused.

Closes #420

This fix causes watchQuery updates to be applied in the next runloop
instead of the current one. This is needed to avoid actions running
mutations being canceled because of the cache changes that mutation
caused.

Closes ember-graphql#420
@josemarluedke josemarluedke merged commit 7d42279 into ember-graphql:master Jun 28, 2022
@josemarluedke
Copy link
Member

Thank you @anehx . Published in v4.1.0.

@anehx anehx deleted the fix-query-updates branch June 29, 2022 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update watchQuery results in the next runloop
2 participants