OBJECT

Watching

link GraphQL Schema definition

1type Watching implements Activity {
2
3# This activity's type, i.e. "WATCHING".
4type: ActivityType
5
6# The user whose stream is being watched.
7user: User
8
9}

link Required by

This element is not required by anyone