mongoDbFallback
constmongoDbFallback: {$and: readonly [{$expr:true; }]; }
Defined in: packages/core/src/utils/formatQuery/defaultRuleGroupProcessorMongoDBQuery.ts:13
Default fallback object used by formatQuery for "mongodb_query" format.
Type Declaration
$and
readonly$and: readonly [{$expr:true; }]
caution
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.