pub fn gh_pr_review_comments_args(
resource: &GithubResource,
resolved_repository: &str,
) -> Result<Vec<String>, GithubReadError>Expand description
Build the structured GraphQL fetch for inline PR review comments. The first
pr view --json call resolves the repository; this second JSON call fills
comment sections that gh pr view does not expose as a display field.