Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
variable createGetPullRequestProjectsQuery
import { createGetPullRequestProjectsQuery } from "https://deno.land/x/kd_clients@v1.0.0-preview.12/core/GraphQl/Queries/GetPullRequestProjectsQuery.ts";

Gets the organizational project for a pull request.

type

(
ownerName: string,
repoName: string,
prNumber: number,
) => string