TypesInputs
CountryContextInput
Used to define an entity's relationship to a country. Such as a Company's country of residence, a PrivatePerson's citizenship, or a CustomBusinessPerson's nationality.
input CountryContextInput {
country: CountryCode!
relationship: CountryRelationship!
}