Skip to content

upsert

upsert<T>(tableName): CreateMutationResult<T | null, Error, Partial<T> | Partial<T>[], unknown>

Upsert mutation.

Type Parameter Default type
T any
Parameter Type
tableName string

CreateMutationResult<T | null, Error, Partial<T> | Partial<T>[], unknown>