OBJECT

RegionPopulatedPlacesConnection

A pageable view into regional populated-place results

link GraphQL Schema definition

1type RegionPopulatedPlacesConnection {
2
3# The total number of results
4totalCount: Int!
9
5# The edges in the current page of results
6edges: [PopulatedPlaceEdge]!
9
7# Info about the current page of results
8pageInfo: ConnectionPageInfo!
10
11}