Skip to content

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

ParameterType
obj?TransactionQuery<T>

Returns

boolean

Released under the GPL-3.0 License.