OBJECT

ChannelHomeCategorySuggestionsShelf

A list of categories displayed on a channel home's Category Shelf.

link GraphQL Schema definition

1type ChannelHomeCategorySuggestionsShelf {
2
3# The list of categories to display in the shelf.
4edges: [ChannelHomeCategorySuggestionsShelfEdge!]!
5
6}