InspectionRoomInput
No description
input InspectionRoomInput {
comment: String
components: [InspectionComponentInput!]
currentState: CurrentStateInput
floor: Int
foreignId: String
furnitures: [InspectionFurnitureInput!]
id: UUID
isAnnex: Boolean
new: Boolean
reference: String
surface: SurfaceInput
type: RoomType!
}
Fields
| Nom | Type | Description |
|---|---|---|
| comment | String scalar | — |
| components | [InspectionComponentInput!] list input | — |
| currentState | CurrentStateInput 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 | [InspectionFurnitureInput!] list input | — |
| id | UUID scalar | Unique identifier of the entity |
| isAnnex | Boolean scalar | — |
| new | 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 | InspectionUnitDataInput |