graphql-engine/v3/crates/schema
Daniel Harvey d090331be2 Factor source_data_connector out of relationship (#679)
<!-- Thank you for submitting this PR! :) -->

## Description

We'd like not to tie our boolean expressions to one particular data
connector, we were doing this in relationships and had no need to.
Functional no-op.

V3_GIT_ORIGIN_REV_ID: 0af16ad92117a45ac1f424b49d9f13184787f63f
2024-06-06 15:14:02 +00:00
..
bin/build-schema-from-metadata Add ability to override interpretations of roles (#660) 2024-06-04 13:04:36 +00:00
src Factor source_data_connector out of relationship (#679) 2024-06-06 15:14:02 +00:00
tests upgrade to ndc v0.1.3 (#629) 2024-06-05 10:16:11 +00:00
Cargo.toml Add ability to override interpretations of roles (#660) 2024-06-04 13:04:36 +00:00
README.md Split schema into own crate (#556) 2024-05-10 12:28:22 +00:00

schema

Provides functions to resolve the Open DDS metadata, generate the GraphQL scehma from it, and execute queries against the schema.