We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef63c2e commit 207aa35Copy full SHA for 207aa35
src/main/java/graphql/servlet/DefaultGraphQLErrorHandler.java
@@ -53,7 +53,7 @@ protected boolean isClientError(GraphQLError error) {
53
if (error instanceof ExceptionWhileDataFetching) {
54
return ((ExceptionWhileDataFetching) error).getException() instanceof GraphQLError;
55
}
56
- return !(error instanceof Throwable);
+ return true;
57
58
59
private GraphQLError replaceNonNullableFieldWasNullError(GraphQLError error) {
0 commit comments