Open broad-well opened 2 years ago
Can confirm this is missing and is needed to get pagination without using any
any plans for this?
LGTM
@grikomsn gently pinging for you to review this PR
@grikomsn gently pinging for you to review this PR, Thanks.
To fetch multiple pages of a query with
Airtable.select
, API users must includeoffset
in all requests after their first request. This PR adds anoffset
key to theSelectOptions<T>
type so that the type system allows users to do so.