OBJECT
FollowedLiveUserConnection
A list of live-streaming broadcasters followed by a user.
link GraphQL Schema definition
1 type FollowedLiveUserConnection { 2 3 # The live broadcasters. 4 : [FollowedLiveUserEdge]! 5 6 # The live broadcasters. 7 : [User] @deprecated( reason: "Use FollowedLiveUserConnection.edges instead for pagination support" ) 8 9 # Pagination. 10 : PageInfo! 11 12 }