Module graphql/mutation_updateItemNumber/updateItemNumber

Source

Functions§

Source§

updateItemNumber(
    context: LogusContext,
    projectId: string,
    itemId: string,
    fieldId: string,
    number: number,
    log?: LogusLog,
): Promise<string>

Updates the number field of an item in a project.