StaffUpdate
Updates an existing staff user.
type StaffUpdate {
staffErrors: [StaffError!]!
user: User
}
Fields
StaffUpdate.staffErrors ● [StaffError!]! non-null object
StaffUpdate.user ● User object
Returned By
staffUpdate mutation