OBJECT
CountryRegionEdge
When paging regions, wraps a region node together with the cursor referencing its position in the results
link GraphQL Schema definition
1 type CountryRegionEdge { 2 3 #   The cursor id referencing the position of this node in the results 4 : String!  7 5 #   The node value 6 : CountryRegion!  8 9 }