Skip to main content

UserDeviceDeviceBelongsToInput

No description

type UserDeviceDeviceBelongsToInput {
create: DeviceRequiredInput
update: UserDeviceDeviceUpdate
delete: GQLTQueryDeviceWhere
}

Fields#

create (DeviceRequiredInput)#

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

update (UserDeviceDeviceUpdate)#

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

delete (GQLTQueryDeviceWhere)#

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