Skip to main content

DeviceConfigDeviceTypesHasManyInput

No description

type DeviceConfigDeviceTypesHasManyInput {
create: [DeviceTypeRequiredInput]
update: [DeviceConfigDeviceTypesUpdate]
add: [GQLTQueryDeviceTypeWhere]
remove: [GQLTQueryDeviceTypeWhere]
delete: [GQLTQueryDeviceTypeWhere]
}

Fields#

create ([DeviceTypeRequiredInput])#

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

update ([DeviceConfigDeviceTypesUpdate])#

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

add ([GQLTQueryDeviceTypeWhere])#

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

remove ([GQLTQueryDeviceTypeWhere])#

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

delete ([GQLTQueryDeviceTypeWhere])#

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