MediaList
The MediaList object represents a paginated collection of Media objects representing media assets and data associated with a token.
Schema Definition
type MediaList {
numEntries: UInt64!
cursor: String
entries: [Media!]!
}
Fields
| Field | Type | Description |
|---|---|---|
numEntries | UInt64! non-null scalar | The total number of media entries matching the query criteria in the current page. |
cursor | String 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 | [Media!]! non-null object | An array of Media objects representing a token's media assets and associated data. |
Returned By
mediaList query