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

await refetched queries before resolve mutation #3169

Merged
merged 12 commits into from
Jul 23, 2018
Prev Previous commit
Next Next commit
Changelog updates
  • Loading branch information
hwillson committed Jul 23, 2018
commit 4315a1a283503fb92a9c8e8c89c8395c63d6240d
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
[@ivank](https://github.com/ivank) in [#3598](https://github.com/apollographql/apollo-client/pull/3598)
- Add optional generic type params for variables on low level methods. <br/>
[@mvestergaard](https://github.com/mvestergaard) in [#3588](https://github.com/apollographql/apollo-client/pull/3588)
- Add a new `awaitRefetchQueries` config option to the Apollo Client
`mutate` function, that when set to `true` will wait for all
`refetchQueries` to be fully refetched, before resolving the mutation
call. `awaitRefetchQueries` is `false` by default. <br/>
[@jzimmek](https://github.com/jzimmek) in [#](https://github.com/apollographql/apollo-client/pull/3169)

### Apollo Boost (vNext)

Expand Down