adamant-api / index / hasMixedTransactionQueryGroups
Function: hasMixedTransactionQueryGroups()
ts
function hasMixedTransactionQueryGroups<T>(obj?): boolean;Defined in: src/api/utils.ts:96
Reports whether a query combines or filters with explicit or implicit and filters. The node flattens such queries without parentheses, so callers should be warned that property order changes the resulting SQL expression.
Type Parameters
| Type Parameter |
|---|
T extends object |
Parameters
| Parameter | Type |
|---|---|
obj? | TransactionQuery<T> |
Returns
boolean