mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-05 22:34:22 +03:00
de342fb2bf
<!-- Thank you for submitting this PR! :) --> ## Description This PR splits the GraphQL schema generation into the `schema` crate. Functional no-op. V3_GIT_ORIGIN_REV_ID: 4f1a91387305d88e9b5fbe4bc8df0575292cf878
5 lines
140 B
Markdown
5 lines
140 B
Markdown
# schema
|
|
|
|
Provides functions to resolve the Open DDS metadata, generate the GraphQL scehma
|
|
from it, and execute queries against the schema.
|