Github API - Test Config

mutation clearProjectV2ItemFieldValue
projects

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

Arguments
input ClearProjectV2ItemFieldValueInput

ClearProjectV2ItemFieldValueInput [input]

Autogenerated input type of ClearProjectV2ItemFieldValue

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

fieldId ID

The ID of the field to be cleared.

itemId ID

The ID of the item to be cleared.

projectId ID

The ID of the Project.

API:
Github GraphQL API

Parameters for ClearProjectV2ItemFieldValue

Returns
ClearProjectV2ItemFieldValuePayload

ClearProjectV2ItemFieldValuePayload [object]

Autogenerated return type of ClearProjectV2ItemFieldValue

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