@gradientedge/commercetools-utils
    Preparing search index...

    Interface GraphQLEnumValueIsUsedError

    Returned when an enum value cannot be removed from an Attribute as it is being used by a Product.

    The error is returned as a failed response to the [Remove EnumValues from AttributeDefinition](ctp:api:type:ProductTypeRemoveEnumValuesAction) update action.
    
    interface GraphQLEnumValueIsUsedError {
        code: "EnumValueIsUsed";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "EnumValueIsUsed"

    One of the error codes that is listed on the Errors page.