Github API - Test Config

mutation archiveProjectV2Item
projects

Archives a ProjectV2Item

Arguments
input ArchiveProjectV2ItemInput

ArchiveProjectV2ItemInput [input]

Autogenerated input type of ArchiveProjectV2Item

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

itemId ID

The ID of the ProjectV2Item to archive.

projectId ID

The ID of the Project to archive the item from.

API:
Github GraphQL API

Parameters for ArchiveProjectV2Item

Returns
ArchiveProjectV2ItemPayload

ArchiveProjectV2ItemPayload [object]

Autogenerated return type of ArchiveProjectV2Item

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

The item archived from the project.

API:
Github GraphQL API
API:
Github GraphQL API