CustomerBulkDelete
Result of customer bulk delete mutation.
type CustomerBulkDelete {
count: Int!
accountErrors: [AccountError!]!
}
Fields
CustomerBulkDelete.count ● Int! non-null scalar
Number of customers deleted.
CustomerBulkDelete.accountErrors ● [AccountError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
customerBulkDelete mutation