Repository.update() method

Update a row by id and return it.

Signature:

update<Row = Entity, Input extends {
        id: string;
    } = {
        id: string;
    }>(args: {
        input: Input;
        select?: Select | undefined;
    }): Promise<Row>;

Parameters

Parameter

Type

Description

args

{ input: Input; select?: Select | undefined; }

Returns:

Promise<Row>

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.