pagination - Offset Method

Eezalorsara4/27/2023
Hi trpc has pagination example but only using cursor https://trpc.io/docs/reactjs/useinfinitequery

Is there an example there that use offset pagination
https://www.prisma.io/docs/concepts/components/prisma-client/pagination

Or is it not supported by trpc useInfiniteQuery.

Thank you
A/Kalex / KATT4/27/2023
we wouldn't use useInfiniteQuery then i think