OBJECT

ShelfContentMetadata

The metadata for content to render in a shelf.

link GraphQL Schema definition

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