Github API - Test Config

mutation linkRepositoryToProject
projects
repos

Creates a repository link for a project.

Arguments
input LinkRepositoryToProjectInput

LinkRepositoryToProjectInput [input]

Autogenerated input type of LinkRepositoryToProject

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

projectId ID

The ID of the Project to link to a Repository

repositoryId ID

The ID of the Repository to link to a Project.

API:
Github GraphQL API

Parameters for LinkRepositoryToProject

Returns
LinkRepositoryToProjectPayload

LinkRepositoryToProjectPayload [object]

Autogenerated return type of LinkRepositoryToProject

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

project Project

The linked Project.

repository Repository

The linked Repository.

API:
Github GraphQL API
API:
Github GraphQL API