Skip to main content
Version: 5.9

UpsertOptions <Entity>

Hierarchy

  • Omit<NativeInsertUpdateOptions<Entity>, upsert>
    • UpsertOptions
      • UpsertManyOptions

Index

Properties

optionalconvertCustomTypes

convertCustomTypes?: boolean

optionalctx

ctx?: any

optionalonConflictAction

onConflictAction?: merge | ignore

optionalonConflictExcludeFields

onConflictExcludeFields?: keyof Entity[]

optionalonConflictFields

onConflictFields?: keyof Entity[]

optionalonConflictMergeFields

onConflictMergeFields?: keyof Entity[]

optionalschema

schema?: string