graphql-engine/server/src-lib/Hasura/RQL
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
..
DDL fixes remote relationships format in metadata (fixes graphql-engine-mono/issues/3108) 2021-12-14 06:46:11 +00:00
DML server: belatedly address #2889 feedback 2021-11-24 21:40:44 +00:00
IR Remove Identifier associated type family from Backend class (close #1758) 2021-12-13 16:49:09 +00:00
Types fixes remote relationships format in metadata (fixes graphql-engine-mono/issues/3108) 2021-12-14 06:46:11 +00:00
IR.hs simplification of generalized joins execution 2021-12-07 13:12:57 +00:00
Types.hs Remove Unique from Definition 2021-12-01 16:21:35 +00:00