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
| Nom | Type | Description |
|---|---|---|
| address | AddressInput input | — |
| employerOrSchoolName | String scalar | — |
| endDate | Date scalar | — |
| foreignId | String scalar | The unique ID of the entity in a foreign system. Used for synchronization, import and export purposes. |
| id | UUID scalar | Unique identifier of the entity |
| jobTitle | String scalar | — |
| reference | String scalar | A human readable identifier for the entity. Can match external systems/applications. |
| socioProfessionalCategory | SocioProfessionalCategoryType enum | — |
| startDate | Date scalar | — |
| type | ProfessionType enum | PersonalProfileInput |