OBJECT
type NetworkTimeSeriesData {# instantaneous timestamp of the time-series datatimestamp: Long! # instantaneous value at this timestampvalue: Float! }