PersonalDataInput
Corresponding input type for PersonalData
input PersonalDataInput {
address: Address
birthday: Date
email: String
familyStatus: FamilyStatus
firstName: String
gender: Gender
lastName: String
mobileNumber: String
nationality: String
phoneNumber: String
religion: String
salutation: String
}
Fields
PersonalDataInput.address ● Address scalar
PersonalDataInput.birthday ● Date scalar
PersonalDataInput.email ● String scalar
PersonalDataInput.familyStatus ● FamilyStatus enum
PersonalDataInput.firstName ● String scalar
PersonalDataInput.gender ● Gender enum
PersonalDataInput.lastName ● String scalar
PersonalDataInput.mobileNumber ● String scalar
PersonalDataInput.nationality ● String scalar
PersonalDataInput.phoneNumber ● String scalar
PersonalDataInput.religion ● String scalar
PersonalDataInput.salutation ● String scalar
Member Of
AddClientContactPersonInput input ● AddClientSupportServiceInput input ● CreateClientInput input ● CreateEmployeeInput input ● EmployeeFilterInput input ● UpdateClientContactPersonInput input ● UpdateClientCoreDataInput input ● UpdateClientSupportServiceInput input ● UpdateEmployeeContactPersonDataInput input ● UpdateEmployeeCoreDataInput input