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