OBJECT

FeedItem

FeedItem is the units of a feed. They do not have an identifier because you cannot look them up by identifier.

link GraphQL Schema definition

1type FeedItem {
2
3content: FeedItemContent
4
5reasons: [FeedItemReason]
6
7tracking: FeedItemTracking
8
9}

link Required by