OBJECT

MetricDataPointType

link GraphQL Schema definition

  • type MetricDataPointType {
  • created_at: String
  • entry_id: String
  • flex_value: String
  • value: Float @deprecated( reason: "Use flex value, which supports both string and number values" )
  • }