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

Get a list of branches for a GitHub repository.

type

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