OBJECT

UpdateDeviceSuccessResult

An entity that holds the userDeviceId value of the updated device.

link GraphQL Schema definition

  • type UpdateDeviceSuccessResult {
  • # The id given to the database entry
  • user_device_id: String
  • }