mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
ca830c05fb
Calling `.to_owned()` on a reference, `.to_vec()` on a vector reference, etc. are just synonyms for `.clone()` which are less explicit about cloning. Let's be explicit. This also removes some unnecessary clones. V3_GIT_ORIGIN_REV_ID: 1bc00c4106f0346303d73e4268c89030c0ce93fc |
||
---|---|---|
.. | ||
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.