Module graphql/mutation_addProjectItem/addProjectItem

Source

Functions§

Source§

addProjectItem(
    context: LogusContext,
    projectId: string,
    contentId: string,
    fieldName: string,
    log?: LogusLog,
): Promise<{ fieldValue: string | number; itemId: string }>

Adds an item to a project.