AccountMetric
No description
type AccountMetric {
total: Int!
delta: Int!
deltaLabel: String!
trend: [AccountSeriesPoint!]!
secondaryLabel: String
}
Fields
AccountMetric.total ● Int! non-null scalar
Lifetime total for the metric
AccountMetric.delta ● Int! non-null scalar
Count inside the requested window
AccountMetric.deltaLabel ● String! non-null scalar
Human-readable description of the delta
AccountMetric.trend ● [AccountSeriesPoint!]! non-null object
Daily or hourly trend for the requested window
AccountMetric.secondaryLabel ● String scalar
Optional supporting context for the metric
Member Of
AccountOverviewSummary object