OBJECT
PopulatedPlaceEdge
When paging populated places, wraps a place node together with the cursor referencing its position in the results
link GraphQL Schema definition
1 type PopulatedPlaceEdge { 2 3 # The cursor id referencing the position of this node in the results 4 String! : 7 5 # The node value 6 PopulatedPlace! : 8 9 }
link Required by
- CountryPopulatedPlacesConnectionA pageable view into country populated-place results
- NearbyPopulatedPlacesConnectionA pageable view into nearby populated-place results
- PopulatedPlacesConnectionA pageable view into populated-place results
- RegionPopulatedPlacesConnectionA pageable view into regional populated-place results