graphql-engine/v3/crates/plan
Daniel Harvey 4e89dd40eb Use BooleanExpressionType in new plan filtering (#1334)
<!-- The PR description should answer 2 important questions: -->

### What

Previously the OpenDD pipeline has ignored `BooleanExpressionType` as
they were not available outside GraphQL. Now they are, so we use them,
and test them in the JSONAPI pipeline.

This means that the SQL frontend cannot use filtering unless models have
a `BooleanExpressionType` defined. These are generated by the CLI, so
hopefully this is fine.

Depends on #1336

V3_GIT_ORIGIN_REV_ID: 4037585ef36bc99c99a482361084ccd09c5c6bb1
2024-11-14 16:27:47 +00:00
..
src Use BooleanExpressionType in new plan filtering (#1334) 2024-11-14 16:27:47 +00:00
Cargo.toml Stop Nix rebuilding (#1329) 2024-11-11 12:06:31 +00:00
README.md Create plan crate (#1149) 2024-09-24 14:40:11 +00:00

plan

the crate where we turn OpenDD IR + resolved metadata into execute::plan types. Kept separate from other crates because this is likely to be a mess to begin with.