OBJECT

FeaturedContentSection

FeaturedContentSections contain the a set of FeaturedItems that should be shown together in a particular section of Twitch apps.

link GraphQL Schema definition

1type FeaturedContentSection {
2
3# A combination of the type and style for a given section, i.e.
4# spotlight-previews.
5id: ID!
6
7items: [FeaturedItem!]
8
9}