Expand description
interface AddProjectV2ItemByIDPayload {
item: ProjectV2Item | null;
}Properties§
§
item: ProjectV2Item | nullThe project item that was added to the project
interface AddProjectV2ItemByIDPayload {
item: ProjectV2Item | null;
}item: ProjectV2Item | nullThe project item that was added to the project
Payload interface for the addProjectV2ItemById mutation result.