dyne / zenpub

Reflow federated economic network
GNU Affero General Public License v3.0
13 stars 3 forks source link

Economic resource pagination #68

Open oksanasalohubova opened 2 years ago

oksanasalohubova commented 2 years ago

Add pagination for EconomicResource. Now exist two queries:

1) economicResourcesFiltered which give us the ability to make a selection by agent.

2) EconomicResourcePage which returns pagination

Need to create a some mechanism to use both functionals together, because now it is impossible

oleksii-kondratiuk commented 2 years ago

This ticket was checked against the BonFire API. Resolution: Similar to ZenPub, there is no way of having filtered query and paginated results at the same time. Details See the screenshot with available queries in BonFire:

Screenshot 2021-10-21 at 11 23 59

Neither of these queries has the required capabilities.