MetadataList
The MetadataList object represents a paginated collection of Metadata objects representing the metadata associated with an NFT.
Schema Definition
type MetadataList {
numEntries: UInt64!
cursor: UInt64
entries: [Metadata!]!
}
Fields
| Field | Type | Description |
|---|---|---|
numEntries | UInt64! non-null scalar | The total number of metadata entries matching the query criteria in the current page. |
cursor | UInt64 scalar | An optional pagination cursor pointing to the next page of results. Use this value with skip in subsequent queries to fetch the next page. |
entries | [Metadata!]! non-null object | An array of Metadata objects representing a token's metadata. |
Returned By
metadataList query