OBJECT

ProjectCommentPermissions

link GraphQL Schema definition

1type ProjectCommentPermissions {
2
3# If an authenticated user can flag a comment.
4canFlag: Boolean!
5
6# If an authenticated user can remove a comment.
7canRemove: Boolean!
8
9}