Throwable is never a GraphQLError
eduarddrenth opened this issue · 1 comments
eduarddrenth commented
If I am not mistaken a throwable will never be a GraphQLError...
oliemansm commented
GraphQLError is just an interface and anybody is free to create a custom exception which also implements the GraphQLError interface. So think that's the main reason this condition exists.
I'll convert this issue to a Discussion btw.