Skip to main content
Version: Latest

SearchDateRange

description

At least one of two values must be provided

input SearchDateRange {
from: IsoDateOrDateTime
to: IsoDateOrDateTime
}

Fields

SearchDateRange.from ● IsoDateOrDateTime scalar

For example: 2020-08-01 or 2020-08-01T14:30:00Z In case of using pagination, make sure the value supplied here stays the same for each subsequent request.

SearchDateRange.to ● IsoDateOrDateTime scalar

For example: 2020-08-01 or 2020-08-01T14:30:00Z In case of using pagination, make sure the value supplied here stays the same for each subsequent request.

Member of

DateFilter input