Skip to content

Conversation

heowc
Copy link
Contributor

@heowc heowc commented May 2, 2022

As described in #417, we cannot handle the error when creating anInvocationInput with a servlet request.

  • Change ListenerHandler creation location.
  • Add InvocationInputParseException to isolate exception to parsing.
  • Add onParseError(...) to RequestCallback interface and call it when InvocationInputParseException occurs.
  • Fix related tests.

Closes #417

@heowc
Copy link
Contributor Author

heowc commented May 9, 2022

gentle ping :)

@setchy @oliemansm @vojtapol

Copy link
Member

@oliemansm oliemansm left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution!

@heowc
Copy link
Contributor Author

heowc commented May 25, 2022

@oliemansm oliemansm merged commit ea2dec6 into graphql-java-kickstart:master Jul 21, 2022
@oliemansm oliemansm added this to the 13.0.0 milestone Aug 6, 2022
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.

Cannot error handle on creating GraphqlInvocationInput
2 participants