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
Please make graphql.validation.interpolation.ResourceBundleMessageInterpolator.ValidationErrorType class public.
I have a error handling code in my app which has to decide if an GraphQLError is client one or server. I do it based on list of known types obtained from GraphQLError#getErrorType(). But because this class is private, I can't add it to that list.
I think generally error types should be public so other code can use them.