Simple Pagination in GraphQL with Node.js and Postgresql

preview_player
Показать описание


----
Watch me live:

----
Video Suggestions:

----
Follow Me Online Here:

----
#benawad

----
#benawad
Рекомендации по теме
Комментарии
Автор

You are doing a great job. I think this is the third or fourth of your videos I have stumbled upon while randomly looking for solutions to my issues. Every time I click a link, there you are again. Good work!

Thobissen
Автор

Your lessons are really best on YouTube. Being front-end developer I have a big pleasure to learn back watching your tutorials!

SageMindWhisper
Автор

And how does a client application know about total records in this example? Client cannot know when to stop paging.

JadrankoDragojeManic
Автор

Keep the web series coming, really useful! :) Could you do something on auto email on account password recovery?

kristianbjrnstad
Автор

Ben, I have spent a lot of time trying to implement a robust pagination system (based on cursors, relay cursors connection, etc), but every example that I found is taking ID as a cursor, but If I sort my results list using another parameter (e.g. sort by most popular (likes count)), how can I implement it using this kind of parameters, instead of sorting by ID or created_at. Thanks a lot, I'm fan of your videos, you have helped me a lot. Please don't stop doing it, you will received a lot of love from this community.

sergioruizdavila