Skip to main content

DeviceLastUserBelongsToInput

No description

type DeviceLastUserBelongsToInput {
create: UserRequiredInput
update: DeviceLastUserUpdate
delete: GQLTQueryUserWhere
}

Fields#

create (UserRequiredInput)#

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

update (DeviceLastUserUpdate)#

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

delete (GQLTQueryUserWhere)#

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