Skip to content

@apollo/client@4.2.11

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Aug 15:49
ba511be

Patch Changes

  • #13398 3dd3e9a Thanks @phryneas! - Fix type signature of some DocumentationTypes to fix their display in our documentation.

  • #13392 d4f0771 Thanks @jerelmiller! - Add a development-only warning when a network result is written to the cache but reading the query back from the cache returns a partial result. This usually points at a merge or read function that did not repair missing fields in the cache, which prevents Apollo Client from applying the cache result to the data received by the network.