OBJECT

ForYouFeedItemEdge

link GraphQL Schema definition

1type ForYouFeedItemEdge {
2
3cursor: String!
4
5node: ForYouFeedItem!
6
7}