Surface
No description
type Surface {
averageHeight: Decimal
createdDate: DateTime!
habitableSurface: Decimal
id: UUID!
nonHabitableSurface: Decimal
organizationId: UUID!
roomId: UUID
unitId: UUID
updatedDate: DateTime!
}
Fields
| Nom | Type | Description |
|---|---|---|
| averageHeight | Decimal scalar | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| habitableSurface | Decimal scalar | — |
| id | UUID! non-null scalar | Unique identifier of the entity |
| nonHabitableSurface | Decimal scalar | — |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| roomId | UUID scalar | — |
| unitId | UUID scalar | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity Room |