declare const Country = "\n type Country {\n id: Int!\n name: String!\n code: String!\n }\n"; export default Country;