Skip to main content

UserDeviceUserBelongsToInput

No description

type UserDeviceUserBelongsToInput {
create: UserRequiredInput
update: UserDeviceUserUpdate
delete: GQLTQueryUserWhere
}

Fields#

create (UserRequiredInput)#

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

update (UserDeviceUserUpdate)#

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

delete (GQLTQueryUserWhere)#

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