DeleteDevicesResult
Contains information about the result of a device deletion operation
type DeleteDevicesResult {
deletedCount: Int!
success: Boolean!
}
Fields
DeleteDevicesResult.deletedCount ● Int! non-null scalar common
Number of devices successfully deleted
DeleteDevicesResult.success ● Boolean! non-null scalar common
Indicates if the operation was completely successful
Returned By
deleteDevices mutation