OBJECT
type Country {# other names by which this country is knownalternativeNames: [String!] # ISO 3166-1 alpha-2 country codecode: String # fairsharing_records tagged with this user_defined_tagfairsharingRecords: [FairsharingRecord!] # country idid: Int! # name of the countryname: String! }