DateRange
Timestamp range filter with inclusive bounds. Timestamps are ISO 8601 format.
Schema Definition
input DateRange {
gte: Timestamp
lte: Timestamp
}
Fields
| Field | Type | Description |
|---|---|---|
gte | Timestamp scalar | Start of range (inclusive). Results will be from this time or later. |
lte | Timestamp scalar | End of range (inclusive). Results will be from this time or earlier. |
Member Of
AddressFilter input ● BlockFilter input ● ContractFilter input ● MediaFilter input ● MetadataFilter input ● TokenFilter input ● TransactionFilter input