Skip to content

Commit affde72

Browse files
committed
Changelog update
1 parent efaaa9b commit affde72

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/apollo-client/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
[PR#3140](https://github.com/apollographql/apollo-client/pull/3140)
88
- Added optional generics to cache manipulation methods (typescript).
99
[PR #3541](https://github.com/apollographql/apollo-client/pull/3541)
10+
- Typescript improvements. Created a new `QueryOptions` interface that
11+
is now used by `ApolloClient.query` options, instead of the previous
12+
`WatchQueryOptions` interface. This helps reduce confusion (especially
13+
in the docs) that made it look like `ApolloClient.query` accepted
14+
`ApolloClient.watchQuery` only options, like `pollingInterval`.
15+
[Issue #3395](https://github.com/apollographql/apollo-client/issues/3395)
16+
[PR #3569](https://github.com/apollographql/apollo-client/pull/3569)
1017

1118
### 2.3.2
1219

0 commit comments

Comments
 (0)