graphql-engine/v3/crates/schema
Samir Talwar ca830c05fb Be more explicit about clones, and remove a few. (#671)
Calling `.to_owned()` on a reference, `.to_vec()` on a vector reference,
etc. are just synonyms for `.clone()` which are less explicit about
cloning. Let's be explicit.

This also removes some unnecessary clones.

V3_GIT_ORIGIN_REV_ID: 1bc00c4106f0346303d73e4268c89030c0ce93fc
2024-06-05 13:26:33 +00:00
..
bin/build-schema-from-metadata Add ability to override interpretations of roles (#660) 2024-06-04 13:04:36 +00:00
src Be more explicit about clones, and remove a few. (#671) 2024-06-05 13:26:33 +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.