OBJECT
NearbyPopulatedPlacesConnection
A pageable view into nearby populated-place results
link GraphQL Schema definition
1 type NearbyPopulatedPlacesConnection { 2 3 # The total number of results 4 Int! : 9 5 # The edges in the current page of results 6 PopulatedPlaceEdge]! : [ 9 7 # Info about the current page of results 8 ConnectionPageInfo! : 10 11 }