OBJECT

NetworkFeedItem

link GraphQL Schema definition

1type NetworkFeedItem {
2
3action: String!
4
5actionTimestamp: Int!
6
7actor: User!
8
9entity: ForYouFeedItemEntity!
10
11project: Project!
12
13}