Skip to content

Improve timeseries parameters

The query

query Query {
  universalDividend {
    blockNumber
    timestamp
    monetaryMass
    membersCount
  }
}

gives monetary mass and members count timeseries.

But we should add control for sampling rate and other timeseries related stuff.

(see timeserie in https://git.duniter.org/nodes/duniter-indexer/-/commits/master?ref_type=heads)