decentraland / decentraland/catalyst

Add pagination to /lambdas/collection endpoint

Open
#672 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.