OBJECT

FollowedHostConnection

A list of broadcasters followed by a user and hosting live broadcasters.

link GraphQL Schema definition

1type FollowedHostConnection {
2
3# The broadcasters.
4nodes: [User]
5
6}