The single Error object that is passed to onError and useQuery hooks, and is often thrown during manual client.query calls.
This will contain both a NetworkError field and any GraphQLErrors.
See https://www.apollographql.com/docs/react/data/error-handling/ for more information.
The single Error object that is passed to onError and useQuery hooks, and is often thrown during manual
client.query
calls. This will contain both a NetworkError field and any GraphQLErrors. See https://www.apollographql.com/docs/react/data/error-handling/ for more information.