Skip to content

@apollo/client@4.3.0-alpha.6

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Aug 23:59
· 0 commits to main since this release
77894ef

Minor Changes

  • #13405 f923ab4 Thanks @jerelmiller! - Field policy read and merge functions are now ignored when the field policy configures the scalar option. If a read or merge function is provided alongside scalar, a development-only warning is emitted.

Patch Changes

  • #13408 7a5164d Thanks @jerelmiller! - Fix dataState to report "streaming" instead of "partial" when returnPartialData is true and the cache result is missing only @defer fields.