graphql-engine/server
Antoine Leblanc a1886b3729 Generalize remote schemas IR
### Description

This PR is one further step towards remote joins from remote schemas. It introduces a custom partial AST to represent queries to remote schemas in the IR: we now need to augment what used to be a straightforward GraphQL AST with additional information for remote join fields.

This PR does the minimal amount of work to adjust the rest of the code accordingly, using `Void` in all places that expect a type representing remote relationships.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3794
GitOrigin-RevId: 33fc317731aace71f82ad158a1951ea93350d6cc
2022-02-25 20:38:46 +00:00
..
bench-wrk server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
benchmarks ci: hide old benchmark reports for PRs with many comments 2022-02-24 20:09:17 +00:00
documentation Add a tip on how to benchmark a query on postgres 2022-02-08 08:29:22 +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 Generalize remote schemas IR 2022-02-25 20:38:46 +00:00
src-rsr ci: tag release v2.2.1 and v2.2.1-pro.1 2022-02-24 10:33:40 +00:00
src-test Generalize remote schemas IR 2022-02-25 20:38:46 +00:00
tests/integration Metadata code cleanups 2022-02-18 12:47:56 +00:00
tests-hspec server: remove redundant LANGUAGE pragmas 2022-02-25 12:40:00 +00:00
tests-py server: case insensitive lookup in session variable 2022-02-24 13:08:35 +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
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 update contributing and compiling on m1 2022-01-21 11:21:49 +00:00
CONTRIBUTING.md server: reference hspec README in CONTRIBUTING 2022-02-23 13:47:44 +00:00
graphql-engine.cabal server: Renames the experimental backend modules 2022-02-25 16:09:17 +00:00
Makefile ci: misc. cleanup, naming 2022-01-03 06:26:39 +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