GeoArea
A GeoArea is a node that represents a group of countries and a simple English description.
Fields
| Field | Type | Description |
|---|---|---|
countries | [Country!] | A list of country nodes related to a GeoArea. |
createdBy | String | |
createdDate | DateTime | |
description ⚠️ | String | |
excludedCountries | [Country!] | A list of country nodes excluded |
excludedTerritories | [Territory!] | A list of territory nodes excluded |
id | ID | |
modifiedBy | String | |
modifiedDate | DateTime | |
radiusTerm | RadiusTerm | A list of radiusTerm nodes related to a GeoArea. |
smartName | String | A dynamically computed name based on included and excluded countries and territories |
territories | [Territory!] | A list of territory nodes that include this GeoArea. |