mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-05 22:34:22 +03:00
b13cd460ae
### What We'd like to use `NdcFieldAlias` in the `plan` crate, however because of the ways deps between `graphql_ir` and `execute` work we cannot without a cycle. Functional no-op. ### How Create a new crate that depends on nothing for planning-related domain types. V3_GIT_ORIGIN_REV_ID: c441f2de2eba01bda59ce16e1e4b0e4d9f765d78 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
plan
the crate where we turn OpenDD IR + resolved metadata into execute::plan
types. Kept separate from other crates because this is likely to be a mess to
begin with.