Skip to main content

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

NomTypeDescription
commentString scalar
components[ComponentInput!] list input
floorInt scalar
foreignIdString scalarThe unique ID of the entity in a foreign system. Used for synchronization, import and export purposes.
furnitures[FurnitureInput!] list input
idUUID scalarUnique identifier of the entity
isAnnexBoolean scalar
referenceString scalarA human readable identifier for the entity. Can match external systems/applications.
surfaceSurfaceInput input
typeRoomType! non-null enumApartmentUnitInput HouseUnitInput OtherUnitInput ParkingUnitInput UnitInputV2