Expand description

Data payload interface for the update item text mutation.

remarks

Contains the result of the updateProjectV2ItemFieldValue mutation operation.

interface Data {
    updateProjectV2ItemFieldValue:
        | UpdateProjectV2ItemFieldValuePayload
        | null;
}

Properties§

§updateProjectV2ItemFieldValue: UpdateProjectV2ItemFieldValuePayload | null

The payload containing the updated project item