Skip to main content

UserAddressUserBelongsToInput

No description

type UserAddressUserBelongsToInput {
create: UserRequiredInput
update: UserAddressUserUpdate
delete: GQLTQueryUserWhere
}

Fields#

create (UserRequiredInput)#

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

update (UserAddressUserUpdate)#

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

delete (GQLTQueryUserWhere)#

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