Skip to content

Date range input for time-series queries

graphql
input DateRangeInput {
  startDate: DateTime!
  endDate: DateTime!
}

Fields

DateRangeInput.startDate ● DateTime! non-null scalar

Start of the date range (ISO 8601 format)

DateRangeInput.endDate ● DateTime! non-null scalar

End of the date range (ISO 8601 format)