aboutsummaryrefslogblamecommitdiffstats
path: root/webui/src/pages/bug/CommentForm.graphql
blob: 33d211938e35acb209ef71ba2b0f56cbc16dfa03 (plain) (tree)
1
2
3
4
5




                                               
mutation AddComment($input: AddCommentInput!) {
  addComment(input: $input) {
    operation { id }
  }
}