LocalDateRangeInput Input Object
Filters an entity by a date range.
Fields
#
end
Exclusive end date of the filter. This means that if you want a time window from Sunday to
Sunday, end must be on Monday.
If null this means that no end filter is applied and all entities that are after or on start
are selected.
start
Inclusive start date of the filter. If null this means that no start filter is applied and all
dates that are before end are selected.
Usages
#
References
#
- Argument serviceDateRanges of field canceledTrips from type Pattern
- Argument serviceDates of field routes from type QueryType
- Argument serviceDates of field patterns from type Route
Previous
LocalDate
Next
LocalTimeSpan