EmployeePersonalDataInput
Corresponding input type for EmployeePersonalData
input EmployeePersonalDataInput {
address: Address
birthday: Date
email: String!
familyStatus: FamilyStatus
firstName: String!
gender: Gender
lastName: String!
mobileNumber: String
nationality: String
phoneNumber: String
religion: String
salutation: String
title: String
}
Fields
EmployeePersonalDataInput.address ● Address scalar
Physical address information
EmployeePersonalDataInput.birthday ● Date scalar
Person's date of birth in ISO-8601 format (YYYY-MM-DD)
EmployeePersonalDataInput.email ● String! non-null scalar
Email address
EmployeePersonalDataInput.familyStatus ● FamilyStatus enum
Person's marital or relationship status
EmployeePersonalDataInput.firstName ● String! non-null scalar
Person's first/given name
EmployeePersonalDataInput.gender ● Gender enum
Person's gender
EmployeePersonalDataInput.lastName ● String! non-null scalar
Person's last/family name
EmployeePersonalDataInput.mobileNumber ● String scalar
Mobile/cell phone number
EmployeePersonalDataInput.nationality ● String scalar
Person's nationality or country of citizenship
EmployeePersonalDataInput.phoneNumber ● String scalar
Primary landline phone number
EmployeePersonalDataInput.religion ● String scalar
Person's religious affiliation, if any
EmployeePersonalDataInput.salutation ● String scalar
Formal title or greeting (e.g., Mr., Mrs., Dr.)
EmployeePersonalDataInput.title ● String scalar
Person's title (e.g. Prof., Dr., etc.) if any
Member Of
CreateEmployeeInput input