Profession
No description
type Profession {
address: Address
createdDate: DateTime!
employerOrSchoolName: String
endDate: Date
id: UUID!
jobTitle: String
organizationId: UUID!
socioProfessionalCategory: SocioProfessionalCategoryType
startDate: Date
type: ProfessionType
updatedDate: DateTime!
}
Fields
| Nom | Type | Description |
|---|---|---|
| address | Address object | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| employerOrSchoolName | String scalar | — |
| endDate | Date scalar | — |
| id | UUID! non-null scalar | Unique identifier of the entity |
| jobTitle | String scalar | — |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| socioProfessionalCategory | SocioProfessionalCategoryType enum | — |
| startDate | Date scalar | — |
| type | ProfessionType enum | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity PersonalProfile |