CirclesUBI / circles-subgraph

Circles subgraph for The Graph
https://thegraph.com/explorer/subgraph/circlesubi/circles-ubi
GNU Affero General Public License v3.0
5 stars 5 forks source link

Add Pagination to the subgraph #99

Open JacqueGM opened 1 year ago

JacqueGM commented 1 year ago

Currently the subgraph queries are limited to 100 rows, we need to add pagination for every request accordingly

known limitation - https://thegraph.com/docs/en/developing/developer-faqs/ possible resolution - https://github.com/graphprotocol/graph-client#automatic-pagination

louilinn commented 1 year ago

Kinda difficult to fix, and 1000 entries already cover non-extreme use of the application. Given work limitations, put on hold