Skip to main content

IntervalInput

An interval of time that has passed where the smallest distinct unit is a second.

input IntervalInput {
seconds: Float
minutes: Int
hours: Int
days: Int
months: Int
years: Int
}

Fields

IntervalInput.seconds ● Float scalar

A quantity of seconds. This is the only non-integer field, as all the other fields will dump their overflow into a smaller unit of time. Intervals don’t have a smaller unit than seconds.

IntervalInput.minutes ● Int scalar

A quantity of minutes.

IntervalInput.hours ● Int scalar

A quantity of hours.

IntervalInput.days ● Int scalar

A quantity of days.

IntervalInput.months ● Int scalar

A quantity of months.

IntervalInput.years ● Int scalar

A quantity of years.

Member Of

IntervalFilter input ● StepCondition input ● StepInput input ● StepPatch input