v2.6.8
版本发布时间: 2019-12-14 20:06:08
apollographql/apollo-client最新发布版本:v3.12.0-alpha.0(2024-10-02 04:16:11)
Apollo Client 2.6.8
Apollo Client (2.6.8)
-
Update the
fetchMore
type signature to acceptcontext
. @koenpunt in #5147 -
Fix type for
Resolver
and use it in the definition ofResolvers
. @peoplenarthax in #4943 -
Local state resolver functions now receive a
fragmentMap: FragmentMap
object, in addition to thefield: FieldNode
object, via theinfo
parameter. @mjlyons in #5388 -
Documentation updates. @tomquirk in #5645 @Sequoia in #5641 @phryneas in #5628 @AryanJ-NYC in #5560
GraphQL Anywhere (4.2.6)
- Fix
filter
edge case involvingnull
. @lifeiscontent in #5110
Apollo Boost (0.4.7)
-
Replace
GlobalFetch
reference withWindowOrWorkerGlobalScope
. @abdonrd in #5373 -
Add
assumeImmutableResults
typing to apollo boostPresetConfig
interface. @bencoullie in #5571