OBJECT
ConnectionPageInfo
Info about the current connection page slice
link GraphQL Schema definition
1 type ConnectionPageInfo { 2 3 # The opaque id of the cursor representing the index of the first element in this 4 # page 5 String! : 13 6 # The opaque id of the cursor representing the index of the last element in this 7 # page 8 String! : 13 9 # Whether there are more pages in the results 10 Boolean! : 13 11 # Whether there are previous pages in the results 12 Boolean! : 14 15 }
link Required by
- CountriesConnectionA pageable view into country results
- CountryPopulatedPlacesConnectionA pageable view into country populated-place results
- CountryRegionsConnectionA pageable view into region results
- CurrenciesConnectionA pageable view into currency results
- LocalesConnectionA pageable view into locale results
- NearbyPopulatedPlacesConnectionA pageable view into nearby populated-place results
- PopulatedPlacesConnectionA pageable view into populated-place results
- RegionPopulatedPlacesConnectionA pageable view into regional populated-place results
- TimeZonesConnectionA pageable view into time-zone results