Expand description
interface Data {
addProjectV2ItemById: AddProjectV2ItemByIDPayload | null;
}Properties§
§
add Project V 2 Item By Id: AddProjectV2ItemByIDPayload | nullThe payload containing the newly added project item
Data payload interface for the add project item mutation.