OBJECT

StatisticItem

A single statistic value for the given period.

link GraphQL Schema definition

  • type StatisticItem {
  • period: String
  • value: Int
  • }