graphql-engine/v3/crates/schema
Daniel Harvey e0b8d67309 Break up src/schema/boolean_expressions.rs somewhat (#701)
<!-- Thank you for submitting this PR! :) -->

## Description

The level of nesting in this file makes it hard to follow, this breaks
the deepest nesting into a function. Functional no-op.

V3_GIT_ORIGIN_REV_ID: 03777bdae0c772754f5ca370dcc3d9577abc9c80
2024-06-11 16:09:09 +00:00
..
bin/build-schema-from-metadata Remove namespace arguments (#691) 2024-06-10 21:01:34 +00:00
src Break up src/schema/boolean_expressions.rs somewhat (#701) 2024-06-11 16:09:09 +00:00
tests upgrade to ndc v0.1.3 (#629) 2024-06-05 10:16:11 +00:00
Cargo.toml Bump serde from 1.0.202 to 1.0.203 (#687) 2024-06-10 06:26:06 +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.