OBJECT

ChannelHomeCategoryShelfEdge

The edges of the channel home category shelf.

link GraphQL Schema definition

1type ChannelHomeCategoryShelfEdge {
2
3# The category to display in the shelf.
4node: Game
5
6}