OBJECT
ShelfContentMetadata
The metadata for content to render in a shelf.
link GraphQL Schema definition
1 type ShelfContentMetadata { 2 3 # Whether the content has a live event. 4 : Boolean! 5 6 # The localized subtitle for a content item in a shelf. 7 : ShelfTitle 8 9 # The localized title for a content item in a shelf. 10 : ShelfTitle! 11 12 }