PlaybookReportMetric
A single data point in a playbook report time series.
type PlaybookReportMetric {
count: BigInt
date: Datetime
totalCount: Int
}
Fields
PlaybookReportMetric.count ● BigInt scalar
The aggregated value for this row (interpretation depends on groupBy).
PlaybookReportMetric.date ● Datetime scalar
The time bucket this row falls in.
PlaybookReportMetric.totalCount ● Int scalar
Denominator for ratio metrics, e.g. invited count when measuring acceptance.
Member Of
PlaybookReportPayload object