OBJECT
PremiumContentFeedConnection
link GraphQL Schema definition
1 type PremiumContentFeedConnection { 2 3 : [PremiumContentFeedEdge!]! 4 5 : [PremiumContentFeedItem!]! 6 7 : PageInfo! 8 9 }
OBJECT
1 type PremiumContentFeedConnection { 2 3 : [PremiumContentFeedEdge!]! 4 5 : [PremiumContentFeedItem!]! 6 7 : PageInfo! 8 9 }