Skip to content

useUpsert

useUpsert<T>(table): UseMutationResult<T | null, Error, Partial<T> | Partial<T>[], unknown>

Hook to upsert data into a table

Type ParameterDefault type
Tany
ParameterType
tablestring

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