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

Get a list of branches for a GitHub repository.

type

(
ownerName: string,
repoName: string,
first?: number,
cursor?: string,
) => string