graphql-engine/v3/crates/schema
Abhinav Gupta 180c1dbc59 Refactor SQL layer to use OpenDD query IR (#925)
As per the multiple frontends RFC:
https://github.com/hasura/v3-engine/blob/vamshi/multiple-frontends/rfcs/multiple-frontends.md

V3_GIT_ORIGIN_REV_ID: 07f7c5323179a62fd08717d6d49f9415da139873
2024-08-05 23:38:19 +00:00
..
bin/build-schema-from-metadata Refactor SQL layer to use OpenDD query IR (#925) 2024-08-05 23:38:19 +00:00
src Refactor SQL layer to use OpenDD query IR (#925) 2024-08-05 23:38:19 +00:00
tests Move "test" job to Github Actions (#872) 2024-07-24 13:41:40 +00:00
Cargo.toml Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +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.