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;
}

Indexable

[key: string]: any

Properties

Properties

code: "LockedField"
field: string

Field that is currently locked.