Skip to content

Commit

Permalink
Add remarks to update
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Feb 15, 2024
1 parent 39bd88d commit 5675dbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions imports/client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,9 @@ export class DeepClient<L extends Link<number> = Link<number>> implements DeepCl
* @param options An object with options for the insert operation
* @returns A promise that resolves to the inserted object or an array of inserted objects with the fields configured by {@link options.returning} which is by default 'id'
*
* @remarks
* If a link already has value you should update its value, not insert
*
* @example
* #### Insert Type
* ```
Expand Down

0 comments on commit 5675dbb

Please sign in to comment.