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

Gets the organizational project for a pull request.

type

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