Skip to content

useInsert

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

Hook to insert data into a table

Type ParameterDefault type
Tany
ParameterType
tablestring

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