INPUT_OBJECT

UpdateDeviceInput

Update Device input type

link GraphQL Schema definition

  • input UpdateDeviceInput {
  • # Specifies a uniquely identifier for each device in the Orchard network
  • deviceId: UUID!
  • # Specificies the kind of device
  • kind: DeviceKind
  • # Custom (arbitrary) name for the device to make it easier for users to identify
  • name: String
  • # Organization Unit Identifier
  • organizationUnitId: UUID!
  • # Revenue Center Identifier
  • revenueCenterId: UUID
  • }