DeviceTemplate
device-template
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!)#
deviceConfigId (ID)#
The ID of an object
deviceConfig (DeviceConfig)#
Show the device config being used in the template
deviceTemplateConfigs (DeviceTemplateConfigHasManyDeviceTemplateConfigsList)#
Shows the list of all device template configs under device template
If provided it will return results after the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.
If provided it will return results before the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.
orderBy([DeviceTemplateConfigOrderBy])#
If provided this will sort the results by the supplied column and direction
Interfaces#
Node#
An object with an ID