aboutsummaryrefslogblamecommitdiffstats
path: root/webui/src/pages/bug/CommentForm.graphql
blob: 37ed842a1446db6299ce1a95ae9f1ccbc1b2f7aa (plain) (tree)
1
2
3
4
5
6
7

                                                  


               

   
mutation AddComment($input: BugAddCommentInput!) {
  bugAddComment(input: $input) {
    operation {
      id
    }
  }
}