Strise Connect API Docs
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!
}

Fields

country CountryCode! non-null scalar

CountryCode!

relationship CountryRelationship! non-null enum

CountryRelationship!

Member Of

CustomPersonOwnershipInput input

On this page