where City and Country just have are: ```type Coun...
# random
t
where City and Country just have are:
Copy code
type Country/City {
  id: ID!
  name: String!
}