Skip to main content

InspectionEquipmentInput

No description

input InspectionEquipmentInput {
comment: String
count: Int
currentState: CurrentStateInput
electricityHighRateHoursTotal: Int
electricityLowRateHoursTotal: Int
electricityRateHoursTotal: Int
equipmentType: EquipmentTypeInput
equipmentTypeId: UUID
foreignId: String
id: UUID
location: String
name: String
new: Boolean
reference: String
}

Fields

NomTypeDescription
commentString scalar
countInt scalar
currentStateCurrentStateInput input
electricityHighRateHoursTotalInt scalar
electricityLowRateHoursTotalInt scalar
electricityRateHoursTotalInt scalar
equipmentTypeEquipmentTypeInput input
equipmentTypeIdUUID scalar
foreignIdString scalarThe unique ID of the entity in a foreign system. Used for synchronization, import and export purposes.
idUUID scalarUnique identifier of the entity
locationString scalar
nameString scalar
newBoolean scalar
referenceString scalarA human readable identifier for the entity. Can match external systems/applications. InspectionUnitDataInput