Skip to main content

CustomerBulkUpdateError Object

No description

type CustomerBulkUpdateError {
path: String
message: String
code: CustomerBulkUpdateErrorCode!
attributes: [ID!]
}

Fields

path ● String

Path to field that caused the error. A value of null indicates that the error isn't associated with a particular field.

message ● String

The error message.

code ● CustomerBulkUpdateErrorCode!

The error code.

attributes ● [ID!]

List of attributes IDs which causes the error.

Added in Saleor 3.23

Member Of

CustomerBulkResult object ● CustomerBulkUpdate object