Github API - Test Config

mutation unarchiveProjectV2Item
projects

Unarchives a ProjectV2Item

Arguments
input UnarchiveProjectV2ItemInput

UnarchiveProjectV2ItemInput [input]

Autogenerated input type of UnarchiveProjectV2Item

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

itemId ID

The ID of the ProjectV2Item to unarchive.

projectId ID

The ID of the Project to archive the item from.

API:
Github GraphQL API

Parameters for UnarchiveProjectV2Item

Returns
UnarchiveProjectV2ItemPayload

UnarchiveProjectV2ItemPayload [object]

Autogenerated return type of UnarchiveProjectV2Item

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

The item unarchived from the project.

API:
Github GraphQL API
API:
Github GraphQL API