mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
cf17d0a414
<!-- Thank you for submitting this PR! :) --> ## Description Doing some work on the `models` section and it's a bit big and confusing, so doing a tidy-up to get my head around it all. Splits the large module into separate files (`ordering`, `source`, `graphql`, `filter` etc). Only actual changes are: - Move filter resolving to after model source is checked, so we can refer to it. This will be useful for the thing I actually want to do. - Make steps like `graphql` and `source` return the values they create rather than mutating `Model` directly. - Move some filter checks into `filter` rather than `source`, now we are able to. This logic was all over the place. Functional no-op. V3_GIT_ORIGIN_REV_ID: 540db16d34590ed9e481c36d251ab5e1886f2c81 |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |