OBJECT
SocialStream
link GraphQL Schema definition
1 type SocialStream implements RecommendedStream { 2 3 # The friend who generated the recommendation. 4 : User 5 6 # The recommended stream. 7 : Stream 8 9 # The type of recommendation. Different types contain different metadata about why 10 # the recommendation was made. 11 : StreamRecommendationType 12 13 }
link Required by
This element is not required by anyone