INPUT_OBJECT

PersonalSectionInput

Input to personal section query.

link GraphQL Schema definition

1input PersonalSectionInput {
4
2# Name of the channel the user is watching. Used to present similar channels.
3contextChannelName: String
7
5# Provides additional context used to influence recommendations.
6recommendationContext: RecommendationsContext
10
8# Requested sections eg: follows, recommendation, popular.
9sectionInputs: [PersonalSectionType!]!
11}