Github API - Test Config

mutation unlinkRepositoryFromProject
projects
repos

Deletes a repository link from a project.

Arguments
input UnlinkRepositoryFromProjectInput

UnlinkRepositoryFromProjectInput [input]

Autogenerated input type of UnlinkRepositoryFromProject

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

projectId ID

The ID of the Project linked to the Repository.

repositoryId ID

The ID of the Repository linked to the Project.

API:
Github GraphQL API

Parameters for UnlinkRepositoryFromProject

Returns
UnlinkRepositoryFromProjectPayload

UnlinkRepositoryFromProjectPayload [object]

Autogenerated return type of UnlinkRepositoryFromProject

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