OBJECT

SearchStreamConnection

List of users.

link GraphQL Schema definition

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