mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
3f74f2e93d
<!-- Thank you for submitting this PR! :) --> ## Description We'd like to split metadata resolve into it's own crate to enforce module boundaries better. In doing so, discovered that it's using a type from the later schema stage called `PredicateRelationshipAnnotation`, which isn't really an annotation type at all, just a data structure for a resolved predicate. This moves that types back into metadata resolve, renaming it to `PredicateRelationshipInfo`. Functional no-op. V3_GIT_ORIGIN_REV_ID: 5b37ca77fb4ddf17093277e6727360d6077c4e06 |
||
---|---|---|
.. | ||
auth | ||
custom-connector | ||
engine | ||
lang-graphql | ||
metadata-schema-generator | ||
open-dds | ||
utils |