Skip to main content

DeviceAuthDeviceBelongsToInput

No description

type DeviceAuthDeviceBelongsToInput {
create: DeviceRequiredInput
update: DeviceAuthDeviceUpdate
delete: GQLTQueryDeviceWhere
}

Fields#

create (DeviceRequiredInput)#

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

update (DeviceAuthDeviceUpdate)#

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

delete (GQLTQueryDeviceWhere)#

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