graphql-engine/v3/crates/metadata-resolve/tests
Daniel Harvey 1717e9ddaf Validate BooleanExpressionTypes when they are used by models (#730)
<!-- Thank you for submitting this PR! :) -->

## Description

We cannot validate `BooleanExpressionType`s much until they are used.
This adds checks for when they are used as model `where` clauses. We
ensure the data connector in question is allowed to use nested filtering
(if we try and do any), and ensure that every scalar field has mappings
for the appropriate data connector.

Hidden behind a feature flag, so technically a no-op.

V3_GIT_ORIGIN_REV_ID: ab54f913157954e8197798febafc70012bfad9ad
2024-06-19 11:14:24 +00:00
..
failing Validate BooleanExpressionTypes when they are used by models (#730) 2024-06-19 11:14:24 +00:00
passing Use file globs in metadata-resolve tests (#728) 2024-06-18 12:19:07 +00:00
metadata_golden_tests.rs Use file globs in metadata-resolve tests (#728) 2024-06-18 12:19:07 +00:00