EditCommentform.graphql

1mutation EditComment($input: EditCommentInput!) {
2  editComment(input: $input) {
3    bug {
4      id
5    }
6  }
7}