OBJECT

SubscriptionsPremiumContentFeedConnection

link GraphQL Schema definition

1type SubscriptionsPremiumContentFeedConnection {
2
3edges: [SubscriptionsPremiumContentFeedEdge!]!
4
5nodes: [PremiumContentFeedItem!]!
6
7pageInfo: PageInfo!
8
9}

link Required by