graphql-engine/v3/crates/engine
Daniel Harvey 79a3950b08 Use object type from data connector schema response (#582)
<!-- Thank you for submitting this PR! :) -->

## Description

In future we won't have `data_connector_object_type` available in
boolean expressions, so let's stop our dependency on it.

Also includes a couple of quality of life changes to make dealing with
NDC schema responses easier (we put them into `BTreeMap`s keyed by their
`FunctionName`, `ProcedureName`, etc.

Functional no-op.

V3_GIT_ORIGIN_REV_ID: 6d265969363fa676b24f5e78ce3f8b5dde399251
2024-05-15 10:29:52 +00:00
..
benches Split schema into own crate (#556) 2024-05-10 12:28:22 +00:00
bin/engine add a default admin header in local dev graphiql (#577) 2024-05-14 09:47:09 +00:00
src add back removed function in #580 (#583) 2024-05-15 09:57:10 +00:00
tests Use object type from data connector schema response (#582) 2024-05-15 10:29:52 +00:00
build.rs Move all crates into a folder (#355) 2024-03-19 18:07:14 +00:00
Cargo.toml Bump serde from 1.0.197 to 1.0.201 (#569) 2024-05-13 12:38:03 +00:00