Skip to main content

DeviceConfigDeviceOptionalInput

No description

type DeviceConfigDeviceOptionalInput {
deployedVersion: Int
createdAt: GQLTDate
updatedAt: GQLTDate
deviceConfigId: ID
deviceId: ID
devices: DeviceConfigDeviceDevicesBelongsToInput
configs: DeviceConfigDeviceConfigsBelongsToInput
}

Fields#

deployedVersion (Int)#

defines the current version of the config deployed in a device

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

deviceConfigId (ID)#

This a primary key for DeviceConfigDevice

deviceId (ID)#

This a primary key for DeviceConfigDevice

devices (DeviceConfigDeviceDevicesBelongsToInput)#

This is the mutation object for DeviceConfigDeviceDevicesBelongsTo

configs (DeviceConfigDeviceConfigsBelongsToInput)#

This is the mutation object for DeviceConfigDeviceConfigsBelongsTo