NFTContractHolderFilter
Filter criteria for NFT collection holder queries.
Schema Definition
input NFTContractHolderFilter {
address: AddressString
nftCount: IntRange
totalBalance: BigIntRange
}
Fields
| Field | Type | Description |
|---|---|---|
address | AddressString scalar | Filter by exact holder address match. |
nftCount | IntRange input | Filter by number of distinct NFTs held. |
totalBalance | BigIntRange input | Filter by total quantity held across all NFTs. |