CheckIfDeviceExistsOutput
The data returned by the check if device exists method
type CheckIfDeviceExistsOutput {
exists: Boolean!
device: Device
isFree: Boolean
}
Fields
CheckIfDeviceExistsOutput.exists
● Boolean!
non-null scalar
The boolean indicating if the device exists
CheckIfDeviceExistsOutput.device
● Device
object
The device if it exists
CheckIfDeviceExistsOutput.isFree
● Boolean
scalar
The boolean indicating if the device is free (not affected to a site)
Returned By
checkIfDeviceExistByUniqueIdNumber
mutation