Github API - Test Config

mutation addProjectV2ItemById
projects

Links an existing content instance to a Project.

Arguments
input AddProjectV2ItemByIdInput

AddProjectV2ItemByIdInput [input]

Autogenerated input type of AddProjectV2ItemById

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

contentId ID

The id of the Issue or Pull Request to add.

projectId ID

The ID of the Project to add the item to.

API:
Github GraphQL API

Parameters for AddProjectV2ItemById

Returns
AddProjectV2ItemByIdPayload

AddProjectV2ItemByIdPayload [object]

Autogenerated return type of AddProjectV2ItemById

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

The item added to the project.

API:
Github GraphQL API
API:
Github GraphQL API