OBJECT

AppreciateAction

link GraphQL Schema definition

1type AppreciateAction {
2
3actor: User
4
5project: Project
6
7}