StaffUpdate
Result of staff update mutation.
type StaffUpdate {
user: User
staffErrors: [StaffError!]!
}
Fields
StaffUpdate.user ● User object
The updated staff user.
StaffUpdate.staffErrors ● [StaffError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
staffUpdate mutation