graphql-engine/server
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
..
bench-wrk server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
benchmarks server benchmarks: add introspection queries 2021-12-09 15:10:42 +00:00
documentation Add tip for writing unit tests for SQL generation 2021-12-06 07:59:44 +00:00
packaging ci: add support for linux/arm64 docker image 2021-12-09 09:34:22 +00:00
src-exec server/tests: initial work on a test suite for DB-to-DB joins 2021-10-20 20:02:34 +00:00
src-lib fixes remote relationships format in metadata (fixes graphql-engine-mono/issues/3108) 2021-12-14 06:46:11 +00:00
src-rsr tag release v2.1.0-beta.3 2021-12-09 11:28:19 +00:00
src-test fixes remote relationships format in metadata (fixes graphql-engine-mono/issues/3108) 2021-12-14 06:46:11 +00:00
tests/integration Unified remote relationship metadata 2021-12-01 04:54:30 +00:00
tests-hspec multitenant: support for starting multitenant in read only mode 2021-12-08 06:27:49 +00:00
tests-py Fix interpreting urls from environment in the TestWebhookTransform endpoint 2021-12-14 03:25:13 +00:00
.dockerignore update packages (#251) 2018-08-08 13:10:13 +05:30
.gitignore server/citus: feature branch 2021-05-21 02:47:51 +00:00
.hlint.yaml ci: improve hlint messages 2021-05-04 21:52:55 +00:00
commit_diff.txt Rewrite GraphQL schema generation and query parsing (close #2801) (#4111) 2020-08-21 12:27:01 -05:00
COMPILING-ON-M1.md Add instructions for compiling graphql-engine natively on M1 2021-11-24 09:59:10 +00:00
CONTRIBUTING.md tests: simplify command line of Haskell test suite 2021-12-06 15:47:45 +00:00
graphql-engine.cabal fixes remote relationships format in metadata (fixes graphql-engine-mono/issues/3108) 2021-12-14 06:46:11 +00:00
Makefile ci: add support for linux/arm64 docker image 2021-12-09 09:34:22 +00:00
Setup.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
STYLE.md server, CI: use ormolu as a formatter for Haskell sources 2021-09-23 21:23:21 +00:00