Epc
This is the Energy performance certification value object graphQL queryable object definition
FR: Diagnostique de Performance Energétique (DPE)
type Epc {
buildingId: UUID
endDate: Date
energyComsumption: Int
epcFolder: Folder
gazEmission: Int
id: UUID!
startDate: Date
unitId: UUID
}
Fields
| Nom | Type | Description |
|---|---|---|
| buildingId | UUID scalar | — |
| endDate | Date scalar | — |
| energyComsumption | Int scalar | — |
| epcFolder | Folder object | — |
| gazEmission | Int scalar | — |
| id | UUID! non-null scalar | — |
| startDate | Date scalar | — |
| unitId | UUID scalar | ApartmentUnit HouseUnit OtherUnit ParkingUnit Unit UnitV2 |