white-dawn-42840
09/20/2023, 11:29 PMnextPageToken
and fetch the next ten. My challenge is that I don’t know how to achieve this since the paginated results from Keto are of course not filtered by content area. If I first query my application database to filter by content area then the paginated response will include projects not created by my user. Does anybody know a way I can achieve a consistent length paginated result where my query is filtered both by a response from a keto /check
call and also by other fields in the database?kind-truck-31317
12/19/2023, 4:22 PMwhite-dawn-42840
12/19/2023, 8:30 PM100
in my /check
call and use a large WHERE IN
statement. 🤷 Hurt my soul a little bit to do it. Been meaning to noodle on this for a while. Maybe we could get in touch and try to brainstorm a solution togetherkind-truck-31317
12/20/2023, 8:25 AMwhite-dawn-42840
12/20/2023, 6:45 PM