apollo-client v2.6.8 Release Notes

Release Date: 2019-12-14 // over 4 years ago
  • Apollo Client 2.6.8

    Apollo Client (2.6.8)

    โšก๏ธ Update the fetchMore type signature to accept context.
    @koenpunt in #5147

    ๐Ÿ›  Fix type for Resolver and use it in the definition of Resolvers.
    @peoplenarthax in #4943

    Local state resolver functions now receive a fragmentMap: FragmentMap object, in addition to the field: FieldNode object, via the info parameter.
    @mjlyons in #5388

    ๐Ÿ“š Documentation updates.
    @tomquirk in #5645
    @Sequoia in #5641
    @phryneas in #5628
    @AryanJ-NYC in #5560

    GraphQL Anywhere (4.2.6)

    Apollo Boost (0.4.7)

    ๐Ÿ‘ท Replace GlobalFetch reference with WindowOrWorkerGlobalScope.
    @abdonrd in #5373

    โž• Add assumeImmutableResults typing to apollo boost PresetConfig interface.
    @bencoullie in #5571