Skip to main content

ProfessionInput

No description

input ProfessionInput {
address: AddressInput
employerOrSchoolName: String
endDate: Date
foreignId: String
id: UUID
jobTitle: String
reference: String
socioProfessionalCategory: SocioProfessionalCategoryType
startDate: Date
type: ProfessionType
}

Fields

NomTypeDescription
addressAddressInput input
employerOrSchoolNameString scalar
endDateDate scalar
foreignIdString scalarThe unique ID of the entity in a foreign system. Used for synchronization, import and export purposes.
idUUID scalarUnique identifier of the entity
jobTitleString scalar
referenceString scalarA human readable identifier for the entity. Can match external systems/applications.
socioProfessionalCategorySocioProfessionalCategoryType enum
startDateDate scalar
typeProfessionType enumPersonalProfileInput