OBJECT

NetworkTimeSeriesData

link GraphQL Schema definition

  • type NetworkTimeSeriesData {
  • # instantaneous timestamp of the time-series data
  • timestamp: Long!
  • # instantaneous value at this timestamp
  • value: Float!
  • }