Expand description
interface UpdateProjectV2ItemFieldValuePayload {
projectV2Item: ProjectV2Item | null;
}Properties§
§
project V 2 Item: ProjectV2Item | nullThe project item that had its text field updated
Payload interface for the updateProjectV2ItemFieldValue mutation result.