CountryRead
object
Reads a Country.
Returns a Country with the specified ID.
Fields
| Name | Type | Description |
|---|---|---|
countryId | Int! | |
visible | Int | |
ordering | Int | |
iso3166_1 | String! | Country code (ISO 3166) (i.g. en) |
img | String | |
title | String | Represents a shorthand for translations[options.defaultLanguageId].title |
notes | String | Represents a shorthand for translations[options.defaultLanguageId].notes |
createdAt | DateTime! | |
updatedAt | DateTime! | |
viesCountry | Boolean | Flags if this is a VIES country |
language | LanguageRead | |
languageId | Int! | |
specialTaxSchemes | [SpecialTaxSchemeRead!] | |
translations | [CountryTranslationRead] | |
deletable | Boolean | Flags if an item can be deleted If set to true, this item can't be deleted |