mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
1895e87e84
Add an optional `deprecated` key to the following OpenDD metadata - Object type field definitions - Model select unique and select many graphql API - Command GraphQL API - Relationship The `deprecated` value is an object with an optional `reason` key. ``` "deprecated": { "reason": "Optional reason" } ``` Produce `@deprecated` against GraphQL fields generated from aforementioned OpenDD metadata using `deprecated` config. V3_GIT_ORIGIN_REV_ID: b26fe8a8b62de24d04820578b8201d3ff8585375 |
||
---|---|---|
.. | ||
benches | ||
bin/engine | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |