Major Changes
-
#12686
dc4b1d0
Thanks @jerelmiller! - A@defer
query that has not yet finished streaming is now considered loading and thus theloading
flag will betrue
until the response has completed. A newNetworkStatus.streaming
value has been introduced and will be set as thenetworkStatus
while the response is streaming. -
#12685
3b74800
Thanks @jerelmiller! - Remove the check and warning forcache.fragmentMatches
when applying data masking.cache.fragmentMatches
is a required API and data masking may crash whencache.fragmentMatches
does not exist. -
#12684
e697431
Thanks @jerelmiller! - Removecontext
fromuseLazyQuery
hook options. If used,context
must now be provided to theexecute
function.context
will reset to{}
if not provided as an option toexecute
.