Major Changes
-
#12840
83e132a
Thanks @phryneas! - If you use an incremental delivery handler, you now have to explicitly opt into adding the chunk types to theApolloLink.Result
type.import { Defer20220824Handler } from "@apollo/client/incremental"; declare module "@apollo/client" { export interface TypeOverrides extends Defer20220824Handler.TypeOverrides {} }
-
#12841
65b503f
Thanks @jerelmiller! - Remove theDataMasking
interface exported from@apollo/client
and@apollo/client/masking
.