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

Unable to handle exceptions raised by validation on parsing prior to GraphQL execution #440

Closed
heowc opened this issue May 3, 2022 · 0 comments · Fixed by #442
Closed
Labels
Milestone

Comments

@heowc
Copy link
Contributor

heowc commented May 3, 2022

Describe the bug

For example, if I make a query request with an invalid enum value, the handle method cannot handle it because GraphQLInvoker.invoke(...) will throw an exception.

Expected behavior
We should be able to handle it in our onErrror method.

@heowc heowc added the bug label May 3, 2022
oliemansm added a commit that referenced this issue Jul 21, 2022
Add exception handling for synchronous execution
@oliemansm oliemansm added this to the 13.0.0 milestone Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants