Skip to main content

DeviceConnectionDeviceBelongsToInput

No description

type DeviceConnectionDeviceBelongsToInput {
create: DeviceRequiredInput
update: DeviceConnectionDeviceUpdate
delete: GQLTQueryDeviceWhere
}

Fields#

create (DeviceRequiredInput)#

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

update (DeviceConnectionDeviceUpdate)#

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

delete (GQLTQueryDeviceWhere)#

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