Skip to main content

DeviceMessageOutput

Message of success or failure with deviceId information in case of success

type DeviceMessageOutput {
result: String!
message: String
deviceId: String
}

Fields

DeviceMessageOutput.result ● String! non-null scalar

The result of the operation whether it is a success or a failure

DeviceMessageOutput.message ● String scalar

The message of the operation

DeviceMessageOutput.deviceId ● String scalar

The id of the device

Returned By

migrateDeviceToV3 mutation