Github API - Test Config

mutation unlinkProjectV2FromTeam
projects
teams

Unlinks a project to a team.

Arguments
input UnlinkProjectV2FromTeamInput

UnlinkProjectV2FromTeamInput [input]

Autogenerated input type of UnlinkProjectV2FromTeam

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

projectId ID

The ID of the project to unlink from the team.

teamId ID

The ID of the team to unlink from the project.

API:
Github GraphQL API

Parameters for UnlinkProjectV2FromTeam

Returns
UnlinkProjectV2FromTeamPayload

UnlinkProjectV2FromTeamPayload [object]

Autogenerated return type of UnlinkProjectV2FromTeam

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

team Team

The team the project is unlinked from

API:
Github GraphQL API
API:
Github GraphQL API