graphql-engine/server/src-lib/Hasura
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
..
Backends Replace "identity column" with "column mutability" data for all backends 2022-02-03 14:15:35 +00:00
Base server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
Cache server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Eventing Deploy server documentation to github page in CI 2022-01-31 13:16:29 +00:00
Experimental server/mssql: restrict "count" aggregate query on multiple columns 2022-01-18 14:54:46 +00:00
GraphQL Build schema cache for relationships from remote schemas 2022-02-03 18:59:32 +00:00
Incremental distinct_on for BigQuery 2022-01-17 10:02:17 +00:00
Metadata server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
RQL Build schema cache for relationships from remote schemas 2022-02-03 18:59:32 +00:00
Server First attempt at deduplicating permission filters 2022-02-03 16:14:44 +00:00
SQL Experimental backend adapter 2021-12-22 00:11:28 +00:00
App.hs First attempt at deduplicating permission filters 2022-02-03 16:14:44 +00:00
EncJSON.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
GC.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
HTTP.hs Add default User-Agent header for Action requests 2022-01-31 06:50:13 +00:00
Incremental.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Logging.hs server: log DB locking queries during source catalog migration 2021-11-09 14:22:44 +00:00
Prelude.hs Revert "Feature/multiple jwt secrets" 2021-12-14 14:29:52 +00:00
QueryTags.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
Session.hs Prevent uses of unsafeMkName whenever possible. 2022-01-27 15:13:37 +00:00
Tracing.hs Remove Unique from Definition 2021-12-01 16:21:35 +00:00