Github API - Test Config

mutation updateProjectV2ItemFieldValue
projects

This mutation updates the value of a field for an item in a Project. Currently
only single-select, text, number, date, and iteration fields are supported.

Arguments
input UpdateProjectV2ItemFieldValueInput

UpdateProjectV2ItemFieldValueInput [input]

Autogenerated input type of UpdateProjectV2ItemFieldValue

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

fieldId ID

The ID of the field to be updated.

itemId ID

The ID of the item to be updated.

projectId ID

The ID of the Project.

The value which will be set on the field.

API:
Github GraphQL API

Parameters for UpdateProjectV2ItemFieldValue

Returns
UpdateProjectV2ItemFieldValuePayload

UpdateProjectV2ItemFieldValuePayload [object]

Autogenerated return type of UpdateProjectV2ItemFieldValue

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

projectV2Item ProjectV2Item

The updated item.

API:
Github GraphQL API
API:
Github GraphQL API