Skip to content

useUpsert

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

Hook to upsert data into a table

Type ParameterDefault type
Tany
ParameterType
tablestring

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