Interface GraphQLEnumValuesMustMatchError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLEnumValuesMustMatchError extends GraphQLErrorObject

Returned when during an order update of AttributeEnumType or AttributeLocalizedEnumType the new enum values do not match the existing ones.

The error is returned as a failed response to the Change the order of EnumValues and Change the order of LocalizedEnumValues update actions.


Example to create an instance using the builder pattern

     GraphQLEnumValuesMustMatchError graphQLEnumValuesMustMatchError = GraphQLEnumValuesMustMatchError.builder()
             .build()