graphql-engine/v3/crates/schema
Daniel Harvey e36794da51 Break up schema/boolean-expressions ready for new bool exps (#659)
<!-- Thank you for submitting this PR! :) -->

## Description

Broke this out of new bool exps work, breaks this big function into
smaller functions with clearer dependencies. Functional no-op.

V3_GIT_ORIGIN_REV_ID: 4f85132f9c381977b1cd406bb71e278c45866691
2024-06-03 19:45:28 +00:00
..
bin/build-schema-from-metadata Add UNSTABLE_FEATURES env var (#652) 2024-06-03 08:50:43 +00:00
src Break up schema/boolean-expressions ready for new bool exps (#659) 2024-06-03 19:45:28 +00:00
Cargo.toml Bump strum_macros from 0.26.2 to 0.26.3 (#653) 2024-06-03 07:48:13 +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.