OBJECT

ChannelHomeCategoryShelf

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

link GraphQL Schema definition

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