AddDeviceConfigTemplateInput
The data required to create a new device configuration template
input AddDeviceConfigTemplateInput {
softwareVersionId: String!
label: String!
}
Fields
AddDeviceConfigTemplateInput.softwareVersionId
● String!
non-null scalar
The ID of the software version to which the template belongs
AddDeviceConfigTemplateInput.label
● String!
non-null scalar
The label of the template
Member Of
addDeviceConfigTemplate
mutation