OptionalerrorOptionalerrorsA 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.
OptionaloriginalOptionalpartialOptionalplainOptionalqueryOptionalsubscribeOptionaltravel
The single Error object that is passed to onError and useQuery hooks, and is often thrown during manual
client.querycalls. This will contain both a NetworkError field and any GraphQLErrors. See https://www.apollographql.com/docs/react/data/error-handling/ for more information.