BaseQL LogoDocs
GitHubGitHub
  • Introduction
    • Airtable
    • Google Sheets
    • Notion
    • Explorer
    • Settings
    • Querying
    • Filtering
    • Sorting
    • Querying views
    • Pagination
    • Multiple arguments
    • Mutations
    • Filtering & Sorting Related Records
    • Aggregation
    • Full-text Search
    • Caching
    • Airtable
    • Gsheets
    • cURL
    • Javascript
    • Next.js
    • Gatsby.js
    • Vue.js
    • Retool
    • Webflow
Question? Give us feedback →Edit this page
UsagePagination

Pagination

Supported by:  

Paginate results using _page_size and _page number:


{
people(
_page_size: 3,
_page: 1
) {
name
}
}
Querying viewsMultiple arguments

Copyright 2025 © BaseQL