ChilliCream / graphql-workshop

Getting started with GraphQL on ASP.NET Core and Hot Chocolate - Workshop
465 stars 199 forks source link

Mention UseOffsetPaging #34

Closed gojanpaolo closed 2 months ago

gojanpaolo commented 3 years ago

I was able to find UseOffsetPaging by searching through the main repo's issue. I think mentioning it here would help the discoverability of the feature.

michaelstaib commented 2 months ago

OffsetPaging is not really a good idea with GraphQL. The native way to page in GraphQL is with cursors.