mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
f87561921c
<!-- The PR description should answer 2 (maybe 3) important questions: --> ### What In https://github.com/hasura/v3-engine/pull/750 and https://github.com/hasura/v3-engine/pull/754 we added a number of checks for boolean expression types that can be run once we know the data source they will be used against. Previously these checks were only used for model `where` clauses, this pull request moves them into a shared folder and also checks them when they are used as model or command arguments. <!-- What is this PR trying to accomplish (and why, if it's not obvious)? --> <!-- Consider: do we need to add a changelog entry? --> ### How Add a new `arguments` resolve step. It doesn't fit inside the usual `commands` or `models` step as we need the data sources for both validated, plus access to all the resolved `relationships` outputs. <!-- How is it trying to accomplish it (what are the implementation steps)? --> V3_GIT_ORIGIN_REV_ID: f713659962e3f20b2c85f287b6c362fb52ffa1ed |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |