NFTHolderList
Paginated list of holders for a specific NFT.
Schema Definition
type NFTHolderList implements PaginatedList {
entries: [NFTHolder!]!
totalCount: Int!
pageInfo: PageInfo!
}
Fields
| Field | Type | Description |
|---|---|---|
entries | List of NFT holders in this page. | |
totalCount | Total number of holders matching the query across all pages. | |
pageInfo | Pagination metadata for navigating through results. |
Interfaces
| Interface | Description |
|---|---|
PaginatedList interface | Base interface for paginated list responses. All list types in the schema implement this interface to provide consistent pagination. |
Member Of
MultiHolderNFT object ● MultipleHolders interface