Skip to main content

DeviceAuthUserBelongsToInput

No description

type DeviceAuthUserBelongsToInput {
create: UserRequiredInput
update: DeviceAuthUserUpdate
delete: GQLTQueryUserWhere
}

Fields#

create (UserRequiredInput)#

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

update (DeviceAuthUserUpdate)#

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

delete (GQLTQueryUserWhere)#

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