hasura / go-graphql-client

Package graphql provides a GraphQL client implementation.
MIT License
405 stars 94 forks source link

Error type should have Path field #94

Closed jogly closed 9 months ago

jogly commented 1 year ago

https://spec.graphql.org/October2021/#sec-Errors defines path as a required field when a GQL error applies to a specific field path to disambiguate null & ok vs null & error.

hgiasac commented 9 months ago

closed in favor of https://github.com/hasura/go-graphql-client/pull/121