smallrye-graphql
smallrye-graphql copied to clipboard
How I'm supposed to add errors to the response in an EventingServices
I have the case where the afterExecute
of my custom EventingService may throw an error and it is impossible to add this error
to the ExecutionResult
. Only option is to throw an Exception which is not catched and handled anywhere and leads to an 500 error.