aragon / connect

(Aragon 1) Seamlessly integrate DAO functionality into web and node.js apps.
https://aragon.org/connect
GNU Lesser General Public License v3.0
145 stars 56 forks source link

Added lastUpdateAt to MiniMeToken and TokenHolder #339

Closed daviddavo closed 9 months ago

daviddavo commented 2 years ago

We are developing an app that uses your subgraph to get the complete list of token holders. To avoid having to request the whole subgraph every few weeks, we added the lastUpdateAt field, which lets us do a request having a where { lastUpdateAt_gte: $max_lastUpdateAt }

This field is initially zero, and is set every time the balance/totalSupply changes

The subgraph is currently deployed and running on TheGraph

Related issue: grasia/dao-analyzer#38