Skip to main content

UserAddressesBelongsToManyInput

No description

type UserAddressesBelongsToManyInput {
create: [AddressRequiredInput]
update: [UserAddressesUpdate]
add: [GQLTQueryAddressWhere]
remove: [GQLTQueryAddressWhere]
delete: [GQLTQueryAddressWhere]
}

Fields#

create ([AddressRequiredInput])#

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

update ([UserAddressesUpdate])#

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

add ([GQLTQueryAddressWhere])#

This will add any matching elements with a relationship to the current User

remove ([GQLTQueryAddressWhere])#

This will remove the relationship from any matching elements from the current User

delete ([GQLTQueryAddressWhere])#

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