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 arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 20, 2024
endstringyes Long-TermThe end of the time interval.
startstringyes Long-TermThe start of the time interval.