TypesObjects
CountryContext
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.
type CountryContext {
relationship: CountryRelationship!
country: Country!
}Fields
relationship CountryRelationship! non-null enum
country Country! non-null object
Member Of
BusinessPerson object Company object CustomBusinessPerson object EntityLike interface MonitoredEntityLike interface PrivatePerson object