Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make graphql.validation.interpolation.ResourceBundleMessageInterpolator.ValidationErrorType class public #100

Open
velias opened this issue Nov 20, 2024 · 0 comments

Comments

@velias
Copy link

velias commented Nov 20, 2024

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.

Thanks a lot in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant