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

    Interface GraphQLDuplicateEnumValuesError

    Returned when an AttributeEnumType or AttributeLocalizedEnumType contains duplicate keys.

    interface GraphQLDuplicateEnumValuesError {
        code: "DuplicateEnumValues";
        duplicates: string[];
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "DuplicateEnumValues"

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

    duplicates: string[]

    Duplicate keys.