INPUT_OBJECT
UpdateDeviceInput
Update Device input type
link GraphQL Schema definition
- input UpdateDeviceInput {
- # Specifies a uniquely identifier for each device in the Orchard network
- : UUID!
- # Specificies the kind of device
- : DeviceKind
- # Custom (arbitrary) name for the device to make it easier for users to identify
- : String
- # Organization Unit Identifier
- : UUID!
- # Revenue Center Identifier
- : UUID
- }