OBJECT
PersonalSectionChannel
Describes the personal channel for the current user.
link GraphQL Schema definition
1 type PersonalSectionChannel { 2 3 # Either live stream or vod depending on whether the stream in live. 4 : PersonalSectionChannelContent 5 6 # Describes how to label channels, if a label is necessary. 7 : PersonalSectionChannelLabel! 8 9 # Unique id per channel used in client tracking. 10 : ID! 11 12 # The channel (user object of channel). 13 : User 14 15 }