Skip to main content

DeviceTemplateDeviceTemplateConfigsHasManyInput

No description

type DeviceTemplateDeviceTemplateConfigsHasManyInput {
create: [DeviceTemplateConfigRequiredInput]
update: [DeviceTemplateDeviceTemplateConfigsUpdate]
add: [GQLTQueryDeviceTemplateConfigWhere]
remove: [GQLTQueryDeviceTemplateConfigWhere]
delete: [GQLTQueryDeviceTemplateConfigWhere]
}

Fields#

create ([DeviceTemplateConfigRequiredInput])#

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

update ([DeviceTemplateDeviceTemplateConfigsUpdate])#

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

add ([GQLTQueryDeviceTemplateConfigWhere])#

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

remove ([GQLTQueryDeviceTemplateConfigWhere])#

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

delete ([GQLTQueryDeviceTemplateConfigWhere])#

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