Skip to main content

AddressCountryBelongsToInput

No description

type AddressCountryBelongsToInput {
create: CountryRequiredInput
update: AddressCountryUpdate
delete: GQLTQueryCountryWhere
}

Fields#

create (CountryRequiredInput)#

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

update (AddressCountryUpdate)#

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

delete (GQLTQueryCountryWhere)#

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