ActivityMetric
A single metric data point: a value for one time/aggregation bucket.
type ActivityMetric {
date: Datetime
count: BigInt
}
Fields
ActivityMetric.date ● Datetime scalar
The bucket's date, or null when the result is not aggregated over time.
ActivityMetric.count ● BigInt scalar
The metric value for this bucket, interpreted per the requested groupBy.
Member Of
ActivityMetricsPayload object