CommentForm.graphql

1mutation AddComment($input: BugAddCommentInput!) {
2  bugAddComment(input: $input) {
3    operation {
4      id
5    }
6  }
7}