graphql-engine/v3/crates/metadata-resolve/tests
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
..
failing Ensure boolean expression relationship is local (#750) 2024-06-24 12:13:02 +00:00
passing Metadata resolve for aggregates over relationships (#731) 2024-06-21 01:08:54 +00:00
metadata_golden_tests.rs Metadata resolve for aggregates over relationships (#731) 2024-06-21 01:08:54 +00:00