mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
4e89dd40eb
<!-- 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 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
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.