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 Support for GraphQLError-Extension data #165

Open
MaaxGr opened this issue Oct 14, 2021 · 3 comments
Open

Add Support for GraphQLError-Extension data #165

MaaxGr opened this issue Oct 14, 2021 · 3 comments

Comments

@MaaxGr
Copy link

MaaxGr commented Oct 14, 2021

The GraphQL spec states:

GraphQL services may provide an additional entry to errors with key extensions. This entry, if set, must have a map as its value. This entry is reserved for implementors to add additional information to errors however they see fit, and there are no additional restrictions on its contents.
see https://spec.graphql.org/June2018/#example-90475

This should be implmeneted into this project as well.

@sangeetds
Copy link

Hi @MaaxGr I was facing a similar issue and was going through the issues section to find anything similar. I have forked this repo and trying to maintain it. I thought it would be better if you could open the same PR at https://github.com/sangeetds/KGraphQL instead of me pushing your commit from here. Thanks!

@MaaxGr
Copy link
Author

MaaxGr commented May 1, 2022

Yeah. I will do this later. :)

@MaaxGr
Copy link
Author

MaaxGr commented Aug 7, 2022

I closed my merge request as the solution of @ima9dan in #171 is better.

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 a pull request may close this issue.

2 participants