graphql-engine/server/src-lib/Hasura/RQL/DDL/Schema/Cache
Antoine Leblanc aaadd2c81f Build schema cache for relationships from remote schemas
## Description

This PR is a subset of #3069, that does roughly that #3031 was aiming to do: add the schema cache building phase for relationships from remote servers. This PR does not change any of the code that *uses* remote relationships, meaning we ignore the added schema cache information. It also contains dependency-tracking code, which was originally missing from #3031; in turn, this pulls some of the metadata API as well, since we identify remote relationships by how they were created.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3540
GitOrigin-RevId: ed962b6d07fd4adbf0a71e0d79736a4e8b422fea
2022-02-03 18:59:32 +00:00
..
Common.hs server/mssql: support read replicas 2022-01-04 11:54:56 +00:00
Dependencies.hs Build schema cache for relationships from remote schemas 2022-02-03 18:59:32 +00:00
Fields.hs server: cleanup references to "pgCol" in common and non-postgres backend code 2022-01-19 08:38:48 +00:00
Permission.hs server: enable inherited roles by default 2021-10-05 12:29:32 +00:00