OBJECT
Watching
link GraphQL Schema definition
1 type Watching implements Activity { 2 3 # This activity's type, i.e. "WATCHING". 4 : ActivityType 5 6 # The user whose stream is being watched. 7 : User 8 9 }
link Required by
This element is not required by anyone