Skip to content

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

Description

@velias

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions