DateRange
Output counterpart to DateRangeInput — an inclusive startDate / endDate
pair returned by the API to echo the date span of a response.
type DateRange {
startDate: Date!
endDate: Date!
}
Fields
DateRange.startDate ● Date! non-null scalar common-objects
Start date (inclusive) in YYYY-MM-DD format.
DateRange.endDate ● Date! non-null scalar common-objects
End date (inclusive) in YYYY-MM-DD format.