RoomInput
No description
input RoomInput {
comment: String
components: [ComponentInput!]
floor: Int
foreignId: String
furnitures: [FurnitureInput!]
id: UUID
isAnnex: Boolean
reference: String
surface: SurfaceInput
type: RoomType!
}
Fields
| Nom | Type | Description |
|---|---|---|
| comment | String scalar | — |
| components | [ComponentInput!] list input | — |
| floor | Int scalar | — |
| foreignId | String scalar | The unique ID of the entity in a foreign system. Used for synchronization, import and export purposes. |
| furnitures | [FurnitureInput!] list input | — |
| id | UUID scalar | Unique identifier of the entity |
| isAnnex | Boolean scalar | — |
| reference | String scalar | A human readable identifier for the entity. Can match external systems/applications. |
| surface | SurfaceInput input | — |
| type | RoomType! non-null enum | ApartmentUnitInput HouseUnitInput OtherUnitInput ParkingUnitInput UnitInputV2 |