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

    Interface GraphQLLockedFieldError

    Returned when two Customers are simultaneously created or updated with the same email address.

    To confirm if the operation was successful, repeat the request.
    
    interface GraphQLLockedFieldError {
        code: "LockedField";
        field: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "LockedField"

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

    field: string

    Field that is currently locked.