Optional
errorOptional
errorsA list of any errors that occurred during server-side execution of a GraphQL operation. See https://www.apollographql.com/docs/react/data/error-handling/ for more information.
Optional
originalOptional
partialOptional
plainOptional
queryOptional
subscribeOptional
travel
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.