StatisticsCountryPoint Object
Description
A country and its order count, used for the country sales breakdown.
Declaration
type StatisticsCountryPoint {
alpha2: String!
count: Int!
}
Fields
| Name | Type | Description |
|---|---|---|
alpha2 | String! | ISO 3166-1 alpha-2 country code. |
count | Int! | Number of orders shipped to this country. |