mutation EditComment($input: EditCommentInput!) { editComment(input: $input) { bug { id } } }