Major Changes
-
#12787
8ce31fa
Thanks @phryneas! - RemoveDataProxy
namespace and interface. -
#12788
4179446
Thanks @phryneas! -TVariables
now alwaysextends OperationVariables
in all interfaces. -
#12802
e2b51b3
Thanks @jerelmiller! - Disallow themutation
option for themutate
function returned fromuseMutation
. -
#12787
8ce31fa
Thanks @phryneas! - Generic arguments forCache.ReadOptions
were flipped fromTVariables, TData
toTData, TVariables
. -
#12793
24e98a1
Thanks @phryneas! -ApolloConsumer
has been removed - please useuseApolloClient
instead.
Patch Changes
- #12782
742b3a0
Thanks @jerelmiller! - MoveApolloClient
,ObservableQuery
, andApolloCache.watchFragment
method options and result types into namespaces. The old types are now exported as deprecated.