graphql-engine/v3/crates
Daniel Harvey e43c6b5421 Ensure boolean expression relationship is local (#750)
<!-- Thank you for submitting this PR! :) -->

## Description

When using boolean expression types on models, we have to check that any
relationships they define are local, as we currently do not support
remote predicates. This adds these checks in the `models_graphql` stage,
once we know about a) models and their sources b) boolean expressions c)
relationships.

Behind a feature flag, so strictly a no-op.

V3_GIT_ORIGIN_REV_ID: 70b2e4b316f5b8d57fa06d5492cccdddca0aaf1c
2024-06-24 12:13:02 +00:00
..
auth Upgrade all Rust dependencies. (#736) 2024-06-20 13:39:49 +00:00
custom-connector Implemented filtering and ordering on nested fields in the custom connector (#738) 2024-06-21 07:44:38 +00:00
engine Ban println! in code with clippy (#711) 2024-06-24 11:46:53 +00:00
execute Reworked aggregate response reshaping (#740) 2024-06-21 12:47:41 +00:00
lang-graphql Ban println! in code with clippy (#711) 2024-06-24 11:46:53 +00:00
metadata-resolve Ensure boolean expression relationship is local (#750) 2024-06-24 12:13:02 +00:00
metadata-schema-generator Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +00:00
open-dds Ban println! in code with clippy (#711) 2024-06-24 11:46:53 +00:00
query-usage-analytics Ban println! in code with clippy (#711) 2024-06-24 11:46:53 +00:00
schema Ban println! in code with clippy (#711) 2024-06-24 11:46:53 +00:00
utils Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +00:00