Expand description

Data payload interface for the add project item mutation.

remarks

Contains the result of the addProjectV2ItemById mutation operation.

interface Data {
    addProjectV2ItemById: AddProjectV2ItemByIDPayload | null;
}

Properties§

§addProjectV2ItemById: AddProjectV2ItemByIDPayload | null

The payload containing the newly added project item