Skip to main content

DeviceTemplateConfigRequiredInput

No description

type DeviceTemplateConfigRequiredInput {
id: ID
config: String
version: Int
createdAt: GQLTDate
updatedAt: GQLTDate
deviceTemplateId: ID
deviceTemplate: DeviceTemplateConfigDeviceTemplateBelongsToInput
}

Fields#

id (ID)#

This a primary key for DeviceTemplateConfig

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)#

deviceTemplateId (ID)#

This a primary key for DeviceTemplateConfig

deviceTemplate (DeviceTemplateConfigDeviceTemplateBelongsToInput)#

This is the mutation object for DeviceTemplateConfigDeviceTemplateBelongsTo