You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement relay-style cursor pagination but can't limit the results because of the findManyByQuery() function calling fetchAll for the query. MaxItemCount doesn't affect the result in the end.
That seems really useful and maybe not too hard. I don't think I can put much time into this soon so happy to take a PR if you'd like to take a shot at it. Otherwise I can look into it when I free up a bit.
Hi @andrejpk ,
Is there a way to set the MaxItemCount option? I am trying to restrict a response based on the number of items returned in an array and not by its size.
More info here
https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-pagination
The text was updated successfully, but these errors were encountered: