Skip to main content

DeviceTemplateConfig

device-template-config

type DeviceTemplateConfig implements Node {
id: ID!
config: String!
version: Int!
createdAt: GQLTDate!
updatedAt: GQLTDate!
deviceTemplateId: ID
deviceTemplate: DeviceTemplate
}

Fields#

id (ID!)#

The ID of an object

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

The ID of an object

deviceTemplate (DeviceTemplate)#

Show the template being used

Interfaces#

Node#

An object with an ID