oso
oso copied to clipboard
Expand `osograph` pagination options
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