aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/CommentForm.graphql
blob: f4b618501b3a6becbc56f3cee6976c08ee45f5da (plain) (blame)
1
2
3
4
5
6
7
mutation AddComment($input: AddCommentInput!) {
  addComment(input: $input) {
    operation {
      id
    }
  }
}