- upsert(ctx, args): Promise<void>
-
Parameters
-
ctx: GenericMutationCtx<any>
-
args: {
document: any;
index: string;
key: string;
keyField: string;
table: string;
}
-
document: any
-
index: string
-
key: string
-
keyField: string
-
table: string
Returns Promise<void>