DateRangeComparison
Defines a date range used when performing a search operation. The specified dates are inclusive.
input DateRangeComparison {
dateFrom: LocalDate!
dateTo: LocalDate!
}
Fields
DateRangeComparison.dateFrom
● LocalDate!
non-null scalar
The starting date in the date range (inclusive).
DateRangeComparison.dateTo
● LocalDate!
non-null scalar
The ending date in the date range (inclusive).
Member Of
EventsWhere
input