Skip to content

useUpdate

useUpdate<T>(table): UseMutationResult<T | null, Error, { buildQuery: (query) => QueryBuilder<T>; data: Partial<T>; }, unknown>

Hook to update data in a table

Type ParameterDefault type
Tany
ParameterType
tablestring

UseMutationResult<T | null, Error, { buildQuery: (query) => QueryBuilder<T>; data: Partial<T>; }, unknown>