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
| Nom | Type | Description |
|---|---|---|
| comment | String scalar | — |
| count | Int scalar | — |
| currentState | CurrentStateInput input | — |
| electricityHighRateHoursTotal | Int scalar | — |
| electricityLowRateHoursTotal | Int scalar | — |
| electricityRateHoursTotal | Int scalar | — |
| equipmentType | EquipmentTypeInput input | — |
| equipmentTypeId | UUID scalar | — |
| foreignId | String scalar | The unique ID of the entity in a foreign system. Used for synchronization, import and export purposes. |
| id | UUID scalar | Unique identifier of the entity |
| location | String scalar | — |
| name | String scalar | — |
| new | Boolean scalar | — |
| reference | String scalar | A human readable identifier for the entity. Can match external systems/applications. InspectionUnitDataInput |