github apollographql/apollo-client @apollo/client@4.0.0-rc.11

latest releases: @apollo/client@4.0.4, @apollo/client@4.0.3, @apollo/client@4.0.2...
pre-release22 days ago

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.

Don't miss a new apollo-client release

NewReleases is sending notifications on new releases.