INPUT_OBJECT

UpdateDeviceInput

link GraphQL Schema definition

  • input UpdateDeviceInput {
  • # The deviceID of the device you want to update.
  • device_id: String!
  • # The old deviceID of the device you want to update. used when the device has
  • # changed the deviceID during an update.
  • old_device_id: String
  • }