You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've updated the tutorial to use GraphQL Yoga and Pothos for the GraphQL API. Check it out and if you have any issues, let us know.
Pothos provides a Relay-pagination plugin that uses cursor-based pagination and integrates really nicely with Prisma. The plugin does all the heavy lifting now
I'll go ahead and close this issue. If it persists, you can re-open the issue.
In the tutorial series it says it uses cursor-based pagination:
https://www.prisma.io/blog/fullstack-nextjs-graphql-prisma-2-fwpc6ds155#pagination-at-the-database-level
However, the code says something different:
https://github.com/prisma/awesome-links/blob/main/graphql/types/Link.ts#L28
Doesn't seem to me that it uses cursor-based pagination 🤔
The text was updated successfully, but these errors were encountered: