graphql-engine/v3/crates/engine
Daniel Harvey 2cd613077a Make very happy path BooleanExpressionType work (#673)
<!-- Thank you for submitting this PR! :) -->

## Description

This makes the absolute happiest path `BooleanExpressionType` work.

Caveats:

- We ignore operator mappings, so we assume that the OpenDD operator
name (ie, `_eq`) is the same as the data connector's name for it.

- We have not tried to implement `comparisonRelationships` in any way
yet.

- Have not tried nested objects yet.

All functionality here is behind a feature flag so has no user-facing
impact.

V3_GIT_ORIGIN_REV_ID: 5edb706c6d8b03b9fa59433ce24f05f37a69729a
2024-06-05 16:18:28 +00:00
..
benches Add ability to override interpretations of roles (#660) 2024-06-04 13:04:36 +00:00
bin/engine Add UNSTABLE_FEATURES env var (#652) 2024-06-03 08:50:43 +00:00
src Add UNSTABLE_FEATURES env var (#652) 2024-06-03 08:50:43 +00:00
tests Make very happy path BooleanExpressionType work (#673) 2024-06-05 16:18:28 +00:00
build.rs Use Clippy to help simplify conditions. (#648) 2024-05-31 13:02:00 +00:00
Cargo.toml Bump tokio from 1.36.0 to 1.38.0 (#656) 2024-06-03 06:37:58 +00:00