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