Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Unwrap() implementations for Error types #128

Merged
merged 2 commits into from
Feb 26, 2024

Conversation

calebbrown
Copy link

Fixes #127.

Adds Unwrap() to Error and Errors.

Signed-off-by: Caleb Brown <calebbrown@google.com>
graphql.go Outdated Show resolved Hide resolved
Signed-off-by: Caleb Brown <calebbrown@google.com>
Copy link

@hgiasac hgiasac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for contributing

@hgiasac hgiasac merged commit 586bdee into hasura:master Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Unwrap support to Errors type to support errors.Is and errrors.As.
2 participants