mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
83df9e81bb
<!-- The PR description should answer 2 (maybe 3) important questions: --> ### What We have a giant error file in `metadata-resolve`, and it's really unclear what can go wrong where. Let's improve it in some small way. <!-- What is this PR trying to accomplish (and why, if it's not obvious)? --> <!-- Consider: do we need to add a changelog entry? --> ### How Move `GraphqlConfigError` to the `graphql_config` stage, and make that stage only return that kind of error. Functional no-op. <!-- How is it trying to accomplish it (what are the implementation steps)? --> --------- Co-authored-by: Samir Talwar <samir.talwar@hasura.io> V3_GIT_ORIGIN_REV_ID: 9aa58875a24d66e6945c9ead6434fedb124f1dd8 |
||
---|---|---|
.. | ||
bin/build-schema-from-metadata | ||
src | ||
tests | ||
Cargo.toml | ||
README.md |
schema
Provides functions to resolve the Open DDS metadata, generate the GraphQL scehma from it, and execute queries against the schema.