Skip to main content

CountryAddressesHasManyInput

No description

type CountryAddressesHasManyInput {
create: [AddressRequiredInput]
update: [CountryAddressesUpdate]
add: [GQLTQueryAddressWhere]
remove: [GQLTQueryAddressWhere]
delete: [GQLTQueryAddressWhere]
}

Fields#

create ([AddressRequiredInput])#

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

update ([CountryAddressesUpdate])#

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

add ([GQLTQueryAddressWhere])#

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

remove ([GQLTQueryAddressWhere])#

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

delete ([GQLTQueryAddressWhere])#

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