NormalizedCollectionItem
A single station-normalized item reference to a piece of content in a Collection.
Only one of the content fields (promo, show, video) will be set.
type NormalizedCollectionItem {
id: String
pinned: Boolean
promo: NormalizedPromo
promoId: String
show: NormalizedShow
showId: String
video: NormalizedVideo
videoId: String
weight: Int
}
Fields
NormalizedCollectionItem.id ● String scalar references
NormalizedCollectionItem.pinned ● Boolean scalar references
Whether this item is "pinned" in it's place (based on weight) in the Collection.
NormalizedCollectionItem.promo ● NormalizedPromo object references
NormalizedCollectionItem.promoId ● String scalar references
NormalizedCollectionItem.show ● NormalizedShow object references
NormalizedCollectionItem.showId ● String scalar references
NormalizedCollectionItem.video ● NormalizedVideo object references
NormalizedCollectionItem.videoId ● String scalar references
NormalizedCollectionItem.weight ● Int scalar references
Order for results (lowest to highest) when selecting multiple collection items.
Returned By
previewKeywordCollection query
Member Of
NormalizedCollection object