v3.8.7
版本发布时间: 2023-11-02 23:54:42
apollographql/apollo-client最新发布版本:v3.12.0-alpha.0(2024-10-02 04:16:11)
Patch Changes
-
#11297
c8c76a522
Thanks @jerelmiller! - Add an explicit return type for theuseReadQuery
hook calledUseReadQueryResult
. Previously the return type of this hook was inferred from the return value. -
#11337
bb1da8349
Thanks @phryneas! - #11206 used the TypeScript syntaxinfer X extends Y
that was introduced in TS 4.8. This caused some problems for some users, so we are rolling back to a more backwards-compatible (albeit slightly less performant) type.