DateRange
No description
input DateRange {
endDate: Date
startDate: Date
}
Fields
DateRange.endDate ● Date scalar
Inclusive end date of the query. Defaults to today.
DateRange.startDate ● Date scalar
Inclusive start date of the query. Defaults to 90 days ago.