AddDeviceInput
The data required to add a device
input AddDeviceInput {
softwareVersionId: String
uniqueIdNumber: String!
deviceModelId: String!
deliveryDate: String
warrantyEndDate: String
}
Fields
AddDeviceInput.softwareVersionId
● String
scalar
The ID of the software version to install on the device
AddDeviceInput.uniqueIdNumber
● String!
non-null scalar
The serial number of the device
AddDeviceInput.deviceModelId
● String!
non-null scalar
The ID of the device model of the device
AddDeviceInput.deliveryDate
● String
scalar
The delivery date of the device
AddDeviceInput.warrantyEndDate
● String
scalar
The warranty end date of the device
Member Of
addOneDevice
mutation