OBJECT
SearchForResultRelatedLiveChannels
Contains results for related live channels.
link GraphQL Schema definition
1 type SearchForResultRelatedLiveChannels { 2 3 # List of edges containing user results and trackingIDs. 4 : [SearchForEdgeRelatedLiveChannels!]! 5 6 # List of matching user results. 7 : [User!] 8 9 # Optional score associated with the related live section. 10 : Int 11 12 }