SurfaceInput
No description
input SurfaceInput {
averageHeight: Decimal
foreignId: String
habitableSurface: Decimal
id: UUID
nonHabitableSurface: Decimal
reference: String
}
Fields
| Nom | Type | Description |
|---|---|---|
| averageHeight | Decimal scalar | — |
| foreignId | String scalar | The unique ID of the entity in a foreign system. Used for synchronization, import and export purposes. |
| habitableSurface | Decimal scalar | — |
| id | UUID scalar | Unique identifier of the entity |
| nonHabitableSurface | Decimal scalar | — |
| reference | String scalar | A human readable identifier for the entity. Can match external systems/applications. InspectionRoomInput RoomInput |