Grid: Server side paging with GraphQL #774
Unanswered
MStapelfeldt
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I'm using GraphQL to get the Data from the Database in an other Docker Container. This was pretty straight forward and worked out of the box really good. This is the function to get a list of menu Items (to show and edit):
And this is the GraphQL Query:
It is using the default GraphQL
[UsePaging(IncludeTotalCount = true, DefaultPageSize = 25)][UseFiltering][UseSorting]
attributes.But now I struggle to get paging working. The Result structure is (simplified to 4 Items):
How to submit the start and end cursor when clicking on
Next
orPage 3
?Thank you a lot for your help!
Beta Was this translation helpful? Give feedback.
All reactions