InspectionUnitDataInput
No description
input InspectionUnitDataInput {
address: AddressInput
comment: String
computedRent: ReadOnlyUnitComputedRentInput
description: String
epc: EpcInput
equipments: [InspectionEquipmentInput]
events: [PropertyEventInput]
extendThreshold: Int
id: UUID
isFurnished: Boolean
lastInspectionFetch: String
name: String
reference: String
rentReference: RentReferenceInput
rentReferenceV2: RentReferenceV2Input
rooms: [InspectionRoomInput]
type: String
}
Fields
| Nom | Type | Description |
|---|---|---|
| address | AddressInput input | — |
| comment | String scalar | — |
| computedRent | ReadOnlyUnitComputedRentInput input | — |
| description | String scalar | — |
| epc | EpcInput input | — |
| equipments | [InspectionEquipmentInput] list input | — |
| events | [PropertyEventInput] list input | — |
| extendThreshold | Int scalar | — |
| id | UUID scalar | Unique identifier of the entity |
| isFurnished | Boolean scalar | — |
| lastInspectionFetch | String scalar | — |
| name | String scalar | — |
| reference | String scalar | — |
| rentReference | RentReferenceInput input | — |
| rentReferenceV2 | RentReferenceV2Input input | — |
| rooms | [InspectionRoomInput] list input | — |
| type | String scalar | InspectionUnitInput |