How do you handle pagination with Wasp's useQuery?
I'd like to paginate my query but not sure on syntax or if it is supported. I see there's an old issue from 2021 here https://github.com/wasp-lang/wasp/issues/264 curious if others have found a way around it
version: 0.14.0
version: 0.14.0
GitHub
Pagination is so often needed that we should add some support for it in Wasp. One way might be to add support on react-query level, similar like BlitzJS does. Another option might be to add support...