feat: Country.capital

This commit is contained in:
Martin Kavík
2020-03-27 08:40:10 +01:00
parent 5d37a26c08
commit ce144cb5ee
2 changed files with 3 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ const typeDefs = gql`
native: String!
phone: String!
continent: Continent!
capital: String!
currency: String!
languages: [Language!]!
emoji: String!