Skip to main content

DeviceConfigDeviceTemplatesHasManyInput

No description

type DeviceConfigDeviceTemplatesHasManyInput {
create: [DeviceTemplateRequiredInput]
update: [DeviceConfigDeviceTemplatesUpdate]
add: [GQLTQueryDeviceTemplateWhere]
remove: [GQLTQueryDeviceTemplateWhere]
delete: [GQLTQueryDeviceTemplateWhere]
}

Fields#

create ([DeviceTemplateRequiredInput])#

This will create a new element with a relationship to the current DeviceConfig

update ([DeviceConfigDeviceTemplatesUpdate])#

This will update any matching elements that have a relationship to the current DeviceConfig

add ([GQLTQueryDeviceTemplateWhere])#

This will add any matching elements with a relationship to the current DeviceConfig

remove ([GQLTQueryDeviceTemplateWhere])#

This will remove the relationship from any matching elements from the current DeviceConfig

delete ([GQLTQueryDeviceTemplateWhere])#

This will delete any matching elements that have a relationship with the current DeviceConfig