Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
hwillson committed Jul 25, 2018
1 parent 1d6f70c commit 403c506
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@

- Fixed an issue in `getDataFromTree` where queries that threw more than one
error had error messages swallowed, and returned an invalid error object
with circular references. Multiple errors are now preserved.
with circular references. Multiple errors are now preserved. <br/>
[@anand-sundaram-zocdoc](https://github.com/anand-sundaram-zocdoc) in [#2133](https://github.com/apollographql/react-apollo/pull/2133)
- Update both the `<Mutation />` component and `graphql` HOC to accept a new
`awaitRefetchQueries` prop (boolean). When set to `true`, queries specified
in `refetchQueries` will be completed before the mutation itself is
completed. `awaitRefetchQueries` is `false` by default, which means
`refetchQueries` are usually completed after the mutation has resolved.
Relates to Apollo Client
[PR #3169](https://github.com/apollographql/apollo-client/pull/3169).
[PR #3169](https://github.com/apollographql/apollo-client/pull/3169). <br/>
[@hwillson](https://github.com/hwillson) in [#2214](https://github.com/apollographql/react-apollo/pull/2214)

## 2.1.9 (July 4, 2018)

Expand Down

0 comments on commit 403c506

Please sign in to comment.