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

Creates a GraphQL mutation to add an issue or pull request that has the given nodeId to an organization project with the given projectId.

type

(nodeId: string, projectId: string) => unknown