GraphQL Client: Update GraphQL error types
Created by: umpox
Updates our GraphQL error types to use that defined by graphql
.
We currently rely on generated types from gql2ts
but this actually uses an older version of graphql
to what we use elsewhere and has slightly different types.
Changing this ensures we have better compatibility with other libraries (such as Apollo)