CountryList
Defines a country list.
type CountryList {
countries: [Country!]!
id: ID!
name: String!
uniqueCode: String
}
Fields
CountryList.countries ● [Country!]! non-null object
A collection of countries that are associated with the country list.
CountryList.id ● ID! non-null scalar
The identifier of the country list.
CountryList.name ● String! non-null scalar
A UTF-8 string representing the name of the country list.
CountryList.uniqueCode ● String scalar
A customer supplied, UTF-8 string value that represents a unique code for the country list. Optional.
The value must be unique across all country lists.
Member Of
CeContactStoreSetup object ● ContactStoreSetup object ● EventSetup object ● MembershipContactStoreSetup object