IntRange
Integer range filter with inclusive bounds.
Schema Definition
input IntRange {
gte: Int
lte: Int
}
Fields
| Field | Type | Description |
|---|---|---|
gte | Int scalar | Minimum value (inclusive). Results will have values >= this. |
lte | Int scalar | Maximum value (inclusive). Results will have values <= this. |
Member Of
AddressFilter input ● BlockFilter input ● ContractFilter input ● NFTContractHolderFilter input ● NFTFilter input ● TokenFilter input ● TransactionFilter input