npm @apollo/client 4.0.0-alpha.3
v4.0.0-alpha.3

latest releases: 4.0.0-alpha.5, 4.0.0-alpha.4
12 days ago

Major Changes

  • #12457 32e85ea Thanks @jerelmiller! - Network errors triggered by queries now adhere to the errorPolicy. This means that GraphQL errors and network errors now behave the same way. Previously promise-based APIs, such as client.query, would reject the promise with the network error even if errorPolicy was set to ignore. The promise is now resolved with the error property set to the network error instead.

  • #12464 0595f39 Thanks @jerelmiller! - Remove the called property from useQuery.

Don't miss a new client release

NewReleases is sending notifications on new releases.