CustomerBulkDelete
Deletes customers.
type CustomerBulkDelete {
count: Int!
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}
Fields
CustomerBulkDelete.count ● Int! non-null scalar
Returns how many objects were affected.
CustomerBulkDelete.accountErrors ● [AccountError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
CustomerBulkDelete.errors ● [AccountError!]! non-null object
Returned by
customerBulkDelete mutation
Was this page helpful?