mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-05 22:34:22 +03:00
e313123ed7
<!-- The PR description should answer 2 important questions: --> ### What Move the function/procedure planning from `sql` to the shared OpenDD IR pipeline in `plan`. This should be a no-op for `sql` ### How Move code, fix type errors. V3_GIT_ORIGIN_REV_ID: 7da797ffedbc40a44692670679aa176817f2c65e |
||
---|---|---|
.. | ||
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.