Skip to main content

mongoDbFallback

const mongoDbFallback: { $and: readonly [{ $expr: true; }]; }

Defined in: packages/react-querybuilder/src/utils/formatQuery/defaultRuleGroupProcessorMongoDBQuery.ts:12

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.