InspectionComponentInput
No description
input InspectionComponentInput {
comment: String
currentState: CurrentStateInput
foreignId: String
id: UUID
material: ComponentMaterial
new: Boolean
reference: String
roomId: UUID
type: ComponentType
}
Fields
| Nom | Type | Description |
|---|---|---|
| comment | String scalar | — |
| currentState | CurrentStateInput input | — |
| 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 |
| material | ComponentMaterial enum | — |
| new | Boolean scalar | — |
| reference | String scalar | A human readable identifier for the entity. Can match external systems/applications. |
| roomId | UUID scalar | — |
| type | ComponentType enum | InspectionRoomInput |