Query with limit and skip and getting total amount
I’m having a problem with my Query (working with ReactJS, mongoose, Apollo and Next). I want to have pagination with limit and skip (and fetchMore) but I also need to get the total amount of the Shop model. When I console.log(totalShops) it gets the ...
Join discussion