Skip to main content

UpdateEmployeeContactDataInput

Input for updating the employee's contact data

input UpdateEmployeeContactDataInput {
address: Address
emergencyContact: String
emergencyPhone: String
employeeId: EmployeeID!
mobileNumber: String
phoneNumber: String
}

Fields

UpdateEmployeeContactDataInput.address ● Address scalar

Physical address information

UpdateEmployeeContactDataInput.emergencyContact ● String scalar

Name of the additional emergency contact person of this employee.

UpdateEmployeeContactDataInput.emergencyPhone ● String scalar

Phone number of the additional emergency contact person of this employee.

UpdateEmployeeContactDataInput.employeeId ● EmployeeID! non-null scalar

ID of the employee to update

UpdateEmployeeContactDataInput.mobileNumber ● String scalar

Mobile/cell phone number

UpdateEmployeeContactDataInput.phoneNumber ● String scalar

Primary landline phone number

Member Of

updateEmployeeContactData mutation