Skip to main content

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

FieldTypeDescription
numEntriesUInt64! non-null scalarThe total number of media entries matching the query criteria in the current page.
cursorString scalarAn 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 objectAn array of Media objects representing a token's media assets and associated data.

Returned By

mediaList query