Skip to main content

UpdateEmployeeContactPersonDataInput

Update the contact person data of an employee

input UpdateEmployeeContactPersonDataInput {
contact: PersonalDataInput!
employeeId: EmployeeID!
}

Fields

UpdateEmployeeContactPersonDataInput.contact ● PersonalDataInput! non-null input

Contact person data

UpdateEmployeeContactPersonDataInput.employeeId ● EmployeeID! non-null scalar

ID of the employee to update

Member Of

updateEmployeeContactPersonData mutation