OBJECT
When paging countries, wraps a country node together with the cursor referencing its position in the results
1type CountryEdge {23# The cursor id referencing the position of this node in the results4cursor: String! 75# The node value6node: Country! 89}