Skip to main content

DeviceTemplateOptionalInput

No description

type DeviceTemplateOptionalInput {
id: ID
config: String
version: Int
createdAt: GQLTDate
updatedAt: GQLTDate
deviceConfigId: ID
deviceConfig: DeviceTemplateDeviceConfigBelongsToInput
deviceTemplateConfigs: DeviceTemplateDeviceTemplateConfigsHasManyInput
}

Fields#

id (ID)#

This a primary key for DeviceTemplate

config (String)#

Show the configuration being used by the template

version (Int)#

Show the current version of the configuration being used

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

deviceConfigId (ID)#

This a primary key for DeviceTemplate

deviceConfig (DeviceTemplateDeviceConfigBelongsToInput)#

This is the mutation object for DeviceTemplateDeviceConfigBelongsTo

deviceTemplateConfigs (DeviceTemplateDeviceTemplateConfigsHasManyInput)#

This is the mutation object for DeviceTemplateDeviceTemplateConfigsHasMany