TimeIntervalInput is an input datatype for providing a time interval.

This datatype is used by the datatype, SectionInput, which is used by two other input datatypes: CreateDashboardInput, which is used by the createDashboard() mutation field; and UpdateDashboardInput, which is used by the updateDashboard() mutation field.

Table: TimeIntervalInput

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 20, 2024
endstringyes Long-TermThe end of the time interval.
startstringyes Long-TermThe start of the time interval.