mutation AddComment($input: BugAddCommentInput!) { bugAddComment(input: $input) { operation { id } } }