oso icon indicating copy to clipboard operation
oso copied to clipboard

Expand `osograph` pagination options

Open Jabolol opened this issue 2 months ago • 1 comments

Right now we only support first: Int and after: String for filtering (cursor based relay style pagination). We should also support offset and limit (Hasura style) and maybe even keyset cursor based pagination:

https://hasura.io/docs/2.0/queries/postgres/pagination/#keyset-cursor-based-pagination

Jabolol avatar Nov 07 '25 13:11 Jabolol

OSO-1273

linear[bot] avatar Nov 07 '25 13:11 linear[bot]