apollo-client v2.3.3 Release Notes

Release Date: 2018-06-13 // almost 6 years ago
    • Typescript improvements. Made observable query parameterized on data and variables: ObservableQuery<TData, TVariables> (@excitement-engineer in #3140)
    • ➕ Added optional generics to cache manipulation methods (typescript). (@mvestergaard in #3541)
    • Typescript improvements. Created a new QueryOptions interface that is now used by ApolloClient.query options, instead of the previous WatchQueryOptions interface. This helps reduce confusion (especially in the docs) that made it look like ApolloClient.query accepted ApolloClient.watchQuery only options, like pollingInterval. (@hwillson in #3569)