CustomerBulkDelete
Deletes customers.
type CustomerBulkDelete {
count: Int!
accountErrors: [AccountError!]!
}
Fields
CustomerBulkDelete.count ● Int! non-null scalar
Returns how many objects were affected.
CustomerBulkDelete.accountErrors ● [AccountError!]! non-null object
Returned By
customerBulkDelete mutation