OBJECT
DashboardActivityFeedActivityFollowing
When a user newly follows or refollows a channel.
link GraphQL Schema definition
1 type DashboardActivityFeedActivityFollowing implements DashboardActivityFeedActivity { 2 3 # Status of the corresponding alert. 4 : DashboardActivityFeedActivityAlertStatus 5 6 # User who is now following the channel. 7 : User 8 9 # Unique identifier for this follow action. 10 : ID! 11 12 # When the user followed the channel. 13 : Time! 14 15 }
link Required by
This element is not required by anyone