Skip to main content

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

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