decentraland / decentraland/catalyst
Add pagination to /lambdas/collection endpoint
Open
lambdas-server
- Dominant language
- TypeScript
- Stars
- 52
- Forks
- 56
- Avg merge
- 5m
- Merged PRs (30d)
- 1
Description
Currently, the endpoint `/collections` is not paginated, and also it internally has a limit of 1000 when querying the graph.
We need to take advantage of the property `skip` from the Graph that can be used to get more requests, so the retrieved collection is paginated.
Contributor guide
Assessment
This issue has not been assessed yet.