dkelsen / gatsby-blog-comments

This repo is used for utterances comments
0 stars 0 forks source link

pagination-in-prisma-and-graphql/ #13

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Pagination In Prisma And GraphQL | Dilshan Kelsen

Assume we are retrieving hundreds of events for a website and we do so by paginating the results. This example describes the…

https://dilshankelsen.com/pagination-in-prisma-and-graphql/

JannikZed commented 1 year ago

Amazing work! Thank you very much for this explanation. It helped me a lot to build up a flexible graphql server with Prisma that follows the regular principles with PageInfomation etc.

lavet13 commented 5 months ago

thanks for your explanation, this helped me alot!