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