OBJECT

DashboardActivityFeedActivityFollowing

When a user newly follows or refollows a channel.

link GraphQL Schema definition

1type DashboardActivityFeedActivityFollowing implements DashboardActivityFeedActivity {
2
3# Status of the corresponding alert.
4alertStatus: DashboardActivityFeedActivityAlertStatus
5
6# User who is now following the channel.
7follower: User
8
9# Unique identifier for this follow action.
10id: ID!
11
12# When the user followed the channel.
13timestamp: Time!
14
15}

link Required by

This element is not required by anyone