MutationFnParams

Type Alias: MutationFnParams<T>

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

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

Configuration options for creating a new transaction

Type Parameters

T

T extends object = Record<string, unknown>

Properties

transaction

ts
transaction: TransactionWithMutations<T>;
transaction: TransactionWithMutations<T>;

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

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.