mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
8753e5a129
<!-- Thank you for submitting this PR! :) --> ## Description This adds the smallest possible changes to allow the use of different options when resolving metadata. The concrete idea is this: - each crate (`metadata-resolve`, `schema` etc) will have a type for their flags (if any), but don't care where they come from - when we need to expose these experimental features through the engine (ie, to test requests in e2e tests or something), the engine will parse an env var such as `EXPERIMENTAL_FEATURES=allow_boolean_expression_types` and then use it to construct `MetadataResolveFlags`, `SchemaFlags`, etc. Functional no-op. V3_GIT_ORIGIN_REV_ID: 64ac66569f4e31829a9117c64d2e0e265d7a7303 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |