mutation AddCommentAndCloseBug($input: BugAddCommentAndCloseInput!) { bugAddCommentAndClose(input: $input) { statusOperation { status } commentOperation { message } } }