Skip to main content

UserAddressAddressBelongsToInput

No description

type UserAddressAddressBelongsToInput {
create: AddressRequiredInput
update: UserAddressAddressUpdate
delete: GQLTQueryAddressWhere
}

Fields#

create (AddressRequiredInput)#

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

update (UserAddressAddressUpdate)#

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

delete (GQLTQueryAddressWhere)#

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