releases.shpreview
Apollo GraphQL/Apollo Client/@apollo/client@4.0.0-rc.11

@apollo/client@4.0.0-rc.11

$npx -y @buildinternet/releases show rel_RBWln1aiYVbm0YDiuLYoU

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 the ApolloLink.Result type.

    import { Defer20220824Handler } from "@apollo/client/incremental";
    
    declare module "@apollo/client" {
      export interface TypeOverrides extends Defer20220824Handler.TypeOverrides {}
    }
  • #12841 65b503f Thanks @jerelmiller! - Remove the DataMasking interface exported from @apollo/client and @apollo/client/masking.

Fetched April 11, 2026