Commit affde72 1 parent efaaa9b commit affde72 Copy full SHA for affde72
File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 7
7
[ PR #3140 ] ( https://github.com/apollographql/apollo-client/pull/3140 )
8
8
- Added optional generics to cache manipulation methods (typescript).
9
9
[ 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 )
10
17
11
18
### 2.3.2
12
19
You can’t perform that action at this time.
0 commit comments