Github API - Test Config

mutation linkProjectV2ToTeam
projects
teams

Links a project to a team.

Arguments
input LinkProjectV2ToTeamInput

LinkProjectV2ToTeamInput [input]

Autogenerated input type of LinkProjectV2ToTeam

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

projectId ID

The ID of the project to link to the team.

teamId ID

The ID of the team to link to the project.

API:
Github GraphQL API

Parameters for LinkProjectV2ToTeam

Returns
LinkProjectV2ToTeamPayload

LinkProjectV2ToTeamPayload [object]

Autogenerated return type of LinkProjectV2ToTeam

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

team Team

The team the project is linked to

API:
Github GraphQL API
API:
Github GraphQL API