Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm having an issue where the pagination doesn't work when the orderBy is set. I'm using the Prisma & Relay plugins.
This is the Page Prisma node object;
Here is a section of the Pothos query field object;
The pagination works as intended when the orderBy section is commented out, but behaves strangely when the orderBy is enabled. The strange behaviour occurs when going to the last page of results and navigating back - certain items start disappearing, preventing the pagination from working.
Is there a glaring issue I'm missing here?
I appreciate that this may not be much to go off, but thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions