You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we introduced the pagination and filters to the /collections endpoint, we added the option to filter by status. The problem here is that the approved ones can only be retrieved from the graph, so we had to move the fetch before getting the db data. A proper solution will be to create a merger mechanism that fetch both the graph and db data and then consolidates (or hydrates the graph data with the db one).
🐛 This is a bug report.
📈 This is a feature request.
The text was updated successfully, but these errors were encountered:
🎉 Description
When we introduced the pagination and filters to the
/collections
endpoint, we added the option to filter by status. The problem here is that theapproved
ones can only be retrieved from the graph, so we had to move the fetch before getting the db data. A proper solution will be to create a merger mechanism that fetch both the graph and db data and then consolidates (or hydrates the graph data with the db one).The text was updated successfully, but these errors were encountered: