On this pageStockLocationAddressCountrytype StockLocationAddressCountry { id: String code: String name: String!}CopyFieldsidStringIt is the id of the country of the address.codeStringIt is the code of the country of the address.nameString!requiredIt is the name of the country of the address.