OBJECT

JobApplicationCreatedAction

link GraphQL Schema definition

1type JobApplicationCreatedAction {
2
3actor: User
4
5job: JobItem
6
7}