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 serviceDates of field routes from type QueryType
- Argument serviceDates of field patterns from type Route
- Argument serviceDates of field routes from type Stop
Previous
LocalDate
Next
LocalTimeSpan