aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/EditCommentform.graphql
blob: c7047e6ecd4d32b4c00a894b4e6bf07cb89f78c3 (plain) (blame)
1
2
3
4
5
6
7
mutation EditComment($input: EditCommentInput!) {
  editComment(input: $input) {
    bug {
      id
    }
  }
}