EpcInput
This is the Energy performance certification value object graphQL input object definition
FR: Diagnostique de Performance Energétique (DPE)
input EpcInput {
endDate: Date!
energyComsumption: Int!
epcFolder: FolderInput
epcNumber: String
gazEmission: Int!
ghgLabel: EpcLabelEnum
id: UUID
pecLabel: EpcLabelEnum
startDate: Date!
}
Fields
| Nom | Type | Description |
|---|---|---|
| endDate | Date! non-null scalar | — |
| energyComsumption | Int! non-null scalar | — |
| epcFolder | FolderInput input | — |
| epcNumber | String scalar | EPC number |
| gazEmission | Int! non-null scalar | — |
| ghgLabel | EpcLabelEnum enum | GHG label (GreenHouse gas, a letter from A to G) |
| id | UUID scalar | — |
| pecLabel | EpcLabelEnum enum | PEC label (primary energy consumption, a letter from A to G) |
| startDate | Date! non-null scalar | InspectionUnitDataInput UnitInputV2 |