graphql-engine/server/src-lib/Hasura/RQL/DDL/Schema/Cache
Vamshi Surabhi 0728a9e60e fixes remote relationships format in metadata (fixes graphql-engine-mono/issues/3108)
## Description

This PR fixes two issues:
  - in [#2903](https://github.com/hasura/graphql-engine-mono/pull/2903), we introduced a new metadata representation of remote relationships, which broke parsing a metadata blob containing an old-style db-to-rs remote relationship
  - in [#1179](https://github.com/hasura/graphql-engine-mono/pull/1179), we silently and mistakenly deprecated `create_remote_relationship` in favour of `<backend>_create_remote_relationship`

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3124
Co-authored-by: jkachmar <8461423+jkachmar@users.noreply.github.com>
Co-authored-by: Antoine Leblanc <1618949+nicuveo@users.noreply.github.com>
GitOrigin-RevId: 45481db7a8d42c7612e938707cd2d652c4c81bf8
2021-12-14 06:46:11 +00:00
..
Common.hs Unified remote relationship metadata 2021-12-01 04:54:30 +00:00
Dependencies.hs server/mssql: add cascade to mssql_run_sql 2021-10-22 14:50:13 +00:00
Fields.hs fixes remote relationships format in metadata (fixes graphql-engine-mono/issues/3108) 2021-12-14 06:46:11 +00:00
Permission.hs server: enable inherited roles by default 2021-10-05 12:29:32 +00:00