PeriodTotal
Total count for a single period.
type PeriodTotal {
period: Period!
total: Int!
}
Fields
PeriodTotal.period ● Period! non-null object
Period bounds for this total.
PeriodTotal.total ● Int! non-null scalar
Count of records in that period.
Member Of
ModulePeriodCounts object