apollographql/apollo-client
### [`v3.7.3`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#373)
[Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.7.2...v3.7.3)
##### Patch Changes
- [#10334](https://togithub.com/apollographql/apollo-client/pull/10334) [`7d923939d`](https://togithub.com/apollographql/apollo-client/commit/7d923939dd7e6db7d69f04f598c666104b076e78) Thanks [@jerelmiller](https://togithub.com/jerelmiller)! - Better handle deferred queries that have cached or partial cached data for them
- [#10368](https://togithub.com/apollographql/apollo-client/pull/10368) [`46b58e976`](https://togithub.com/apollographql/apollo-client/commit/46b58e9762abbffaee5c9abda8e309bea6d7a785) Thanks [@alessbell](https://togithub.com/alessbell)! - Fix: unblocks support for defer in mutations
If the `@defer` directive is present in the document passed to `mutate`, the Promise will resolve with the final merged data after the last multipart chunk has arrived in the response.
Configuration
📅 Schedule: Branch creation - "before 7am every weekday,after 6pm every weekday,every weekend" in timezone America/Tijuana, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
3.7.2
->3.7.3
Release Notes
apollographql/apollo-client
### [`v3.7.3`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#373) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.7.2...v3.7.3) ##### Patch Changes - [#10334](https://togithub.com/apollographql/apollo-client/pull/10334) [`7d923939d`](https://togithub.com/apollographql/apollo-client/commit/7d923939dd7e6db7d69f04f598c666104b076e78) Thanks [@jerelmiller](https://togithub.com/jerelmiller)! - Better handle deferred queries that have cached or partial cached data for them - [#10368](https://togithub.com/apollographql/apollo-client/pull/10368) [`46b58e976`](https://togithub.com/apollographql/apollo-client/commit/46b58e9762abbffaee5c9abda8e309bea6d7a785) Thanks [@alessbell](https://togithub.com/alessbell)! - Fix: unblocks support for defer in mutations If the `@defer` directive is present in the document passed to `mutate`, the Promise will resolve with the final merged data after the last multipart chunk has arrived in the response.Configuration
📅 Schedule: Branch creation - "before 7am every weekday,after 6pm every weekday,every weekend" in timezone America/Tijuana, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.