DateTimeFilterInput
input
DateTime property filtering options. If both gte and lte are populated, a between range will be used.
Input Fields
equals
DateTime
Value is exact match.
gt
DateTime
Value is greater than input.
gte
DateTime
Value is greater than or equal to input.
lt
DateTime
Value is less than input.
lte
DateTime
Value is less than or equal to input.
notEquals
DateTime
Value is not an exact match.