MutationFnParams

Type Alias: MutationFnParams<T>

ts
type MutationFnParams<T> = object;
type MutationFnParams<T> = object;

Defined in: packages/db/src/types.ts:137

Configuration options for creating a new transaction

Type Parameters

T extends object = Record<string, unknown>

Type declaration

transaction

ts
transaction: TransactionWithMutations<T>;
transaction: TransactionWithMutations<T>;
Our Partners
Electric
Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.