OBJECT

RecommendedStreamConnection

NOTE: this type will soon be removed.

link GraphQL Schema definition

1type RecommendedStreamConnection {
2
3# This field is deprecated.
4nodes: [RecommendedStream] @deprecated( reason: "This field has been sunset" )
5
6}