OBJECT

SearchForResultRelatedLiveChannels

Contains results for related live channels.

link GraphQL Schema definition

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