Skip to main content

CurrentHousing

No description

type CurrentHousing {
address: Address
createdDate: DateTime!
id: UUID!
organizationId: UUID!
type: CurrentHousingType
updatedDate: DateTime!
}

Fields

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