Skip to main content

DeviceTypeBelongsToInput

No description

type DeviceTypeBelongsToInput {
create: DeviceTypeRequiredInput
update: DeviceTypeUpdate
delete: GQLTQueryDeviceTypeWhere
}

Fields#

create (DeviceTypeRequiredInput)#

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

update (DeviceTypeUpdate)#

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

delete (GQLTQueryDeviceTypeWhere)#

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