Github API - Test Config

mutation linkProjectV2ToRepository
projects
repos

Links a project to a repository.

Arguments
input LinkProjectV2ToRepositoryInput

LinkProjectV2ToRepositoryInput [input]

Autogenerated input type of LinkProjectV2ToRepository

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

projectId ID

The ID of the project to link to the repository.

repositoryId ID

The ID of the repository to link to the project.

API:
Github GraphQL API

Parameters for LinkProjectV2ToRepository

Returns
LinkProjectV2ToRepositoryPayload

LinkProjectV2ToRepositoryPayload [object]

Autogenerated return type of LinkProjectV2ToRepository

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

repository Repository

The repository the project is linked to.

API:
Github GraphQL API
API:
Github GraphQL API