StaffBulkDelete
Deletes staff users. Apps are not allowed to perform this mutation.
type StaffBulkDelete {
count: Int!
staffErrors: [StaffError!]! @deprecated
errors: [StaffError!]!
}
Fields
StaffBulkDelete.count ● Int! non-null scalar
Returns how many objects were affected.
StaffBulkDelete.staffErrors ● [StaffError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
StaffBulkDelete.errors ● [StaffError!]! non-null object
Returned by
staffBulkDelete mutation
Was this page helpful?