Epc
No description
type Epc {
buildingId: UUID
endDate: Date
energyComsumption: Int
epcFolder: Folder
epcNumber: String
gazEmission: Int
ghgLabel: EpcLabelEnum
id: UUID!
pecLabel: EpcLabelEnum
startDate: Date
unitId: UUID
}
Fields
| Nom | Type | Description |
|---|---|---|
| buildingId | UUID scalar | — |
| endDate | Date scalar | — |
| energyComsumption | Int scalar | — |
| epcFolder | Folder object | — |
| epcNumber | String scalar | EPC number |
| gazEmission | Int scalar | — |
| ghgLabel | EpcLabelEnum enum | GHG label (GreenHouse gas, a letter from A to G) |
| id | UUID! non-null scalar | — |
| pecLabel | EpcLabelEnum enum | PEC label (primary energy consumption, a letter from A to G) |
| startDate | Date scalar | — |
| unitId | UUID scalar | Unit UnitV2 |