graphql-engine/v3/crates/engine/tests
Daniel Harvey b658c97a07 Allow specifying bool exp for relationship (#739)
<!-- Thank you for submitting this PR! :) -->

## Description

When doing relationships across bool exps, by default we use the target
model's `where` clause bool exp. However, we allow the user to provide a
different bool exp instead, which we now pay attention to.

Behind a feature flag so a user-facing no-op.

V3_GIT_ORIGIN_REV_ID: b31157c455d56375c35db28f2418da9d41b68c46
2024-06-21 11:04:55 +00:00
..
execute Allow specifying bool exp for relationship (#739) 2024-06-21 11:04:55 +00:00
explain Rename "source" to "sourceType" for "kind": "Relationship". (#531) 2024-04-30 17:21:07 +00:00
ndc-postgres-configuration Resolve nested object boolean expressions (#680) 2024-06-11 12:57:21 +00:00
validate_metadata_artifacts Move AggregateExpression resolve tests from engine tests to metadata-resolve tests (#714) 2024-06-13 08:20:21 +00:00
auth_config.jsonschema Remove duplicate JSON Schema entries (#692) 2024-06-11 08:28:30 +00:00
chinook-postgres.sql Update the ndc-postgres dependency to the latest version. (#386) 2024-04-03 08:04:07 +00:00
common.rs Metadata resolve for aggregates over relationships (#731) 2024-06-21 01:08:54 +00:00
db_definition.sql Resolve nested object boolean expressions (#680) 2024-06-11 12:57:21 +00:00
execution.rs Obey is_null and logical_operators (#733) 2024-06-21 10:01:34 +00:00
explain.rs Avoid .unwrap in favor of anyhow for better error messages in tests. (#430) 2024-04-02 17:06:56 +00:00
finish.sql Speed up debug builds in Docker. (#484) 2024-04-22 13:43:29 +00:00
introspection.rs Aggregates Root Field - Part 3: GraphQL API (#685) 2024-06-12 09:02:12 +00:00
relationship.rs fix remote joins nested inside local joins (#565) 2024-05-14 16:14:19 +00:00
schema.json add field arguments in schema and execution (#695) 2024-06-19 08:15:09 +00:00
validate_metadata.rs Move AggregateExpression resolve tests from engine tests to metadata-resolve tests (#714) 2024-06-13 08:20:21 +00:00