OBJECT

ForYouFeedItem

link GraphQL Schema definition

1type ForYouFeedItem {
2
3action: String!
4
5actor: ForYouFeedActor
6
7createdOn: Int!
8
9entity: ForYouFeedItemEntity!
10
11}