Skip to content

GraphQL Client: Update GraphQL error types

Administrator requested to merge tr/gql-error-type into main

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)

Merge request reports

Loading