mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
995339bbf6
<!-- Thank you for submitting this PR! :) --> ## Description To check filter expression types properly, we need the resolved `source` for all models. Previously we did not have this, as we did all model resolving in one go. This splits that into stages, the existing `models` resolves models and their sources, and then `models_graphql` resolves a Model's filter expressions, aggregations and graphql schema. This means we can inspect the model sources during the `models_graphql` in the actual PR we want to do here. It's massive, but it's a functional no-op, I promise. V3_GIT_ORIGIN_REV_ID: 6c8fbf0763fb1daa209a4c84855609e8e9372e8b |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |