OBJECT

Stats

List of time-series stats for the given entity.

link GraphQL Schema definition

  • type Stats {
  • # Reference to the Entity for these stats
  • entity: Entity
  • stats: [Stat!]
  • }