Major Changes
-
#12457
32e85ea
Thanks @jerelmiller! - Network errors triggered by queries now adhere to theerrorPolicy
. This means that GraphQL errors and network errors now behave the same way. Previously promise-based APIs, such asclient.query
, would reject the promise with the network error even iferrorPolicy
was set toignore
. The promise is now resolved with theerror
property set to the network error instead. -
#12464
0595f39
Thanks @jerelmiller! - Remove thecalled
property fromuseQuery
.