Github API - Test Config

mutation unlinkProjectV2FromRepository
projects
repos

Unlinks a project from a repository.

Arguments
input UnlinkProjectV2FromRepositoryInput

UnlinkProjectV2FromRepositoryInput [input]

Autogenerated input type of UnlinkProjectV2FromRepository

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

projectId ID

The ID of the project to unlink from the repository.

repositoryId ID

The ID of the repository to unlink from the project.

API:
Github GraphQL API

Parameters for UnlinkProjectV2FromRepository

Returns
UnlinkProjectV2FromRepositoryPayload

UnlinkProjectV2FromRepositoryPayload [object]

Autogenerated return type of UnlinkProjectV2FromRepository

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

repository Repository

The repository the project is no longer linked to.

API:
Github GraphQL API
API:
Github GraphQL API