Skip to main content

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

NomTypeDescription
addressAddress object
createdDateDateTime! non-null scalarThe creation date-time of the entity
employerOrSchoolNameString scalar
endDateDate scalar
idUUID! non-null scalarUnique identifier of the entity
jobTitleString scalar
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
socioProfessionalCategorySocioProfessionalCategoryType enum
startDateDate scalar
typeProfessionType enum
updatedDateDateTime! non-null scalarThe last update date-time of the entity PersonalProfile