MutationFnParams

Type Alias: MutationFnParams<T>

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

transaction: TransactionWithMutations<T>;
transaction: TransactionWithMutations<T>;
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.