OBJECT

Streaming

link GraphQL Schema definition

1type Streaming implements Activity {
2
3# The stream being broadcasted.
4stream: Stream
5
6# This activity's type, i.e. "STREAMING".
7type: ActivityType
8
9}

link Required by

This element is not required by anyone