defaultRuleGroupProcessorGremlin
constdefaultRuleGroupProcessorGremlin:RuleGroupProcessor<string>
Defined in: packages/core/src/utils/formatQuery/defaultRuleGroupProcessorGremlin.ts:15
Rule group processor used by formatQuery for "gremlin" format.
At the top level, filter rules produce chained .has() steps (implicit AND).
Nested groups use .and() / .or() / .not() compound traversals with
__ anonymous traversal prefixes.
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.