Github API - Test Config

mutation deleteProjectV2Item
projects

Deletes an item from a Project.

Arguments
input DeleteProjectV2ItemInput

DeleteProjectV2ItemInput [input]

Autogenerated input type of DeleteProjectV2Item

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

itemId ID

The ID of the item to be removed.

projectId ID

The ID of the Project from which the item should be removed.

API:
Github GraphQL API

Parameters for DeleteProjectV2Item

Returns
DeleteProjectV2ItemPayload

DeleteProjectV2ItemPayload [object]

Autogenerated return type of DeleteProjectV2Item

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

deletedItemId ID

The ID of the deleted item.

API:
Github GraphQL API
API:
Github GraphQL API