This repository has been archived by the owner on Feb 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Can't load more than 20 items #246
Comments
It returns 20 items by design. You need to use pagination, take a look here: Paginate your results |
So, is it possible to get all items on one page? Or I should create something like this: |
I have worked with Netlify CMS in the past and have not seen this limitation on GraphQL. |
As far as I can see you have few choises:
|
@Giulico, got it, thanks. |
@necheporenko Did you manage it and if yes could you share your approach? |
@andreasrippl, yes, I've used the client API.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As you can see on my screenshot, I have 46 items, but on edges I see only 20. How to increase this limit?
The text was updated successfully, but these errors were encountered: