save

Applies field values and persists the current record.

Usage

await ds.save({ Field: value });

API

save(data: Partial<T>): Promise<T | false>;

Last updated

Was this helpful?