OBJECT
UserMentionProjectCommentAction
link GraphQL Schema definition
1 type UserMentionProjectCommentAction { 2 3 : User 4 5 : ProjectComment 6 7 : Project 8 9 }
OBJECT
1 type UserMentionProjectCommentAction { 2 3 : User 4 5 : ProjectComment 6 7 : Project 8 9 }