OBJECT
SearchStreamConnection
List of users.
link GraphQL Schema definition
1 type SearchStreamConnection { 2 3 # List of matching channels results. 4 : [SearchStreamEdge!] 5 6 # Information about this page of videos. 7 : PageInfo! 8 9 # The total number of items in the collection. 10 : Int! 11 12 }