graphql-engine/v3/crates
Daniel Harvey 0f245de566 Defer local relationship check until IR creation (#716)
<!-- Thank you for submitting this PR! :) -->

## Description

Making the schema work for boolean expressions has been challenging as
they are no longer tied to a single data connector, so we cannot do any
checks of whether a relationships is local or remote. We defer this to
the IR step when the source data connector for a relationship is known,
so that we can generate schema for boolean expressions decoupled from
any concept of data connector.

Functional no-op.

V3_GIT_ORIGIN_REV_ID: d2923acedf92b031ba092bb83c515812c4d346f0
2024-06-13 15:26:25 +00:00
..
auth Semicolons, everywhere! (#700) 2024-06-11 15:33:32 +00:00
custom-connector Inline format arguments into the format string when possible. (#703) 2024-06-12 11:25:38 +00:00
engine Move AggregateExpression resolve tests from engine tests to metadata-resolve tests (#714) 2024-06-13 08:20:21 +00:00
execute Defer local relationship check until IR creation (#716) 2024-06-13 15:26:25 +00:00
lang-graphql Inline format arguments into the format string when possible. (#703) 2024-06-12 11:25:38 +00:00
metadata-resolve Add example boolean expression type metadata for an Elasticsearch range (#699) 2024-06-13 08:37:32 +00:00
metadata-schema-generator Bump schemars from 0.8.19 to 0.8.20 (#592) 2024-05-20 08:45:48 +00:00
open-dds Inline format arguments into the format string when possible. (#703) 2024-06-12 11:25:38 +00:00
query-usage-analytics Inline format arguments into the format string when possible. (#703) 2024-06-12 11:25:38 +00:00
schema Defer local relationship check until IR creation (#716) 2024-06-13 15:26:25 +00:00
utils Allow the OpenDDS schema ID to be partially overridden. (#710) 2024-06-12 13:49:12 +00:00