Skip to main content

TimeSeriesDataPoint

Represents a single point in time-series data for charts

type TimeSeriesDataPoint {
date: DateTime!
value: Decimal!
label: String
}

Fields

TimeSeriesDataPoint.date ● DateTime! non-null scalar

The date/time for this data point

TimeSeriesDataPoint.value ● Decimal! non-null scalar

The numeric value (count or sum)

TimeSeriesDataPoint.label ● String scalar

Human-readable label for this period (e.g., 'Jan 2025')

Member Of

OrderMetrics object ● SalesMetrics object

Was this page helpful?