Skip to main content

AddressDeviceBelongsToInput

No description

type AddressDeviceBelongsToInput {
create: DeviceRequiredInput
update: AddressDeviceUpdate
delete: GQLTQueryDeviceWhere
}

Fields#

create (DeviceRequiredInput)#

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

update (AddressDeviceUpdate)#

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

delete (GQLTQueryDeviceWhere)#

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