T
Twenty6mo ago
D_Gamer

How to disable pagination on “useFindManyRecords” ?

I am trying to fetch “Object A” with “useFindManyRecords” inside that ObjectA I am fetching Object B. Object A has Many Object B. The query runs perfectly but I am getting Paginated data for Object B. But I want all the data that exists in database. What can be done about this ?
2 Replies
D_Gamer
D_Gamer6mo ago
I think the paginated data is being served from postgres itself. Hey @charles ! Could you tell me if there is any other way to achieve this ?
charles
charles6mo ago
@D_Gamer we only load the first 60 child records and do not support nested pagination at the moment. If you want to get all Object B, you can make another query on ObjectB with a filter on objectAId
Want results from more Discord servers?
Add your server