INTERFACE

RecommendedStream

link GraphQL Schema definition

1interface RecommendedStream {
2
3# The recommended stream.
4stream: Stream
5
6# The type of recommendation. Different types contain different metadata about why
7# the recommendation was made.
8type: StreamRecommendationType
9
10}