OBJECT

SocialStream

link GraphQL Schema definition

1type SocialStream implements RecommendedStream {
2
3# The friend who generated the recommendation.
4friend: User
5
6# The recommended stream.
7stream: Stream
8
9# The type of recommendation. Different types contain different metadata about why
10# the recommendation was made.
11type: StreamRecommendationType
12
13}

link Required by

This element is not required by anyone