graphql-engine/v3/crates/engine
Rakesh Emmadi da27c29ee8 Use Exists expression for relationship predicates in permissions (#612)
A follow-up to https://github.com/hasura/v3-engine/pull/605.

Similar to the above linked PR, apply the `Exists` NDC expression to all
relationship predicates in permission filters. This avoids tracking
relationship paths and their usage in comparison targets.

V3_GIT_ORIGIN_REV_ID: 09784b7ea04f054f2183e593da6e6cc327a5c853
2024-05-27 12:48:40 +00:00
..
benches Split out execute crate (#588) 2024-05-17 14:42:23 +00:00
bin/engine No-op refactor routes related code in engine main.rs (#600) 2024-05-20 15:54:45 +00:00
src Remove unused files (#587) 2024-05-20 09:28:43 +00:00
tests Use Exists expression for relationship predicates in permissions (#612) 2024-05-27 12:48:40 +00:00
build.rs Move all crates into a folder (#355) 2024-03-19 18:07:14 +00:00
Cargo.toml Remove unused files (#587) 2024-05-20 09:28:43 +00:00