Skip to main content

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
show: NormalizedShow
video: NormalizedVideo
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.show ● NormalizedShow object references

NormalizedCollectionItem.video ● NormalizedVideo object references

NormalizedCollectionItem.weight ● Int scalar references

Order for results (lowest to highest) when selecting multiple collection items.

Member Of

NormalizedCollection object