@apollo/client@4.3.0
Minor Changes #13447 24133fe Thanks @jerelmiller! - Field policies and inputObjects can now tell the cache whether a field is a list of scalars or a scalar whose value is an array. Previously all arrays were iterated and only the inner type was provided to the scalar parse/serialize functions. This required some breaking changes from previous prerelease versions: The field policy scalar option and…