Framework
UpsertArgs<T>
Interface: UpsertArgs<T>
Upsert arguments.
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type |
|---|---|
create | CreateInput<T> |
update | Partial<Omit<T, "id">> |
where | UniqueWhere<T> |
Robo.jsUpsert arguments.
| Type Parameter |
|---|
T |
| Property | Type |
|---|---|
create | CreateInput<T> |
update | Partial<Omit<T, "id">> |
where | UniqueWhere<T> |