StaffDelete
Deletes a staff user. Apps are not allowed to perform this mutation.
type StaffDelete {
staffErrors: [StaffError!]! @deprecated
errors: [StaffError!]!
user: User
}
Fields
StaffDelete.staffErrors ● [StaffError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
StaffDelete.errors ● [StaffError!]! non-null object
StaffDelete.user ● User object
Returned by
staffDelete mutation
Was this page helpful?