Skip to content

v3.7.10

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Mar 21:27
· 1224 commits to main since this release
1575a40

Patch Changes

  • #9438 52a9c8ea1 Thanks @dciesielkiewicz! - Ensure the client option passed to useMutation's execute function is used when provided. Previously this option was ignored.

  • #9124 975b923c0 Thanks @andrebrantom! - Make ApolloClient.writeQuery and ApolloClient.writeFragment behave more like cache.writeQuery and cache.writeFragment by returning the reference returned by the cache.