StaffBulkDelete
Result of staff bulk delete mutation.
type StaffBulkDelete {
count: Int!
staffErrors: [StaffError!]!
}
Fields
StaffBulkDelete.count ● Int! non-null scalar
Number of staff users deleted.
StaffBulkDelete.staffErrors ● [StaffError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
staffBulkDelete mutation