TimeInterval
No description
input TimeInterval {
unit: TimeUnit!
amount: Int!
timezone: String
}
Fields
TimeInterval.unit ● TimeUnit! non-null enum apimetrics
SECONDS, MINUTES, HOURS, DAYS, MONTHS and YEARS.
TimeInterval.amount ● Int! non-null scalar miscellaneous
If using months or years for the unit, the amount can only be 1.
TimeInterval.timezone ● String scalar miscellaneous
Supported timezones. Default is UTC.
Member Of
Was this topic helpful?