Module graphql/mutation_updateItemText/updateItemText

Source

Functions§

Source§

updateItemText(
    context: LogusContext,
    projectId: string,
    itemId: string,
    fieldId: string,
    text: string,
    log?: LogusLog | undefined,
): Promise<string>

Updates the text field of an item in a project.