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
1 type FeedItem { 2 3 : FeedItemContent 4 5 : [FeedItemReason] 6 7 : FeedItemTracking 8 9 }