You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
I updated my project from 6.0.1 to 7.0.1 (which makes me renaming some imports from com.coxautodev.graphql.tools.* to graphql.kickstart.tools.* by the way).
Now my GraphQLErrorHandler doesn't work, the default one (DefaultGraphQLErrorHandler) is used instead.
Here is how it looks like :
@ComponentpublicclassMyGraphQLErrorHandlerimplementsGraphQLErrorHandler {
@OverridepublicList<GraphQLError> processErrors(List<GraphQLError> errors) {
// This code is never called
}
}