DeviceModel
Device model
type DeviceModel {
id: String!
uid: String!
category: String!
provider: String!
label: String!
description: String
softwareVersions: [SoftwareVersion!]
createdAt: DateTime!
updatedAt: DateTime!
}
Fields
DeviceModel.id
● String!
non-null scalar
The id of the device model
DeviceModel.uid
● String!
non-null scalar
The uid of the device model
DeviceModel.category
● String!
non-null scalar
The category of the device model
DeviceModel.provider
● String!
non-null scalar
The provider of the device model
DeviceModel.label
● String!
non-null scalar
The label of the device model
DeviceModel.description
● String
scalar
The description of the device model
DeviceModel.softwareVersions
● [SoftwareVersion!]
list object
The software versions related to the device model
DeviceModel.createdAt
● DateTime!
non-null scalar
The date and time when the device model was created
DeviceModel.updatedAt
● DateTime!
non-null scalar
The date and time when the device model was last updated
Returned By
createDeviceModel
mutation ● findDeviceModelByID
query ● getAllDevicesModels
query
Member Of
Device
object ● SoftwareVersion
object