graphql-engine/server/src-lib/Hasura/RQL/IR
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
..
BoolExp.hs server: cleanup references to "pgCol" in common and non-postgres backend code 2022-01-19 08:38:48 +00:00
Conflict.hs server: Improve code readability around OnConflict clauses 2021-12-20 11:16:46 +00:00
Delete.hs Generalize remote schemas IR 2022-02-25 20:38:46 +00:00
Insert.hs server: Improve code readability around OnConflict clauses 2021-12-20 11:16:46 +00:00
OrderBy.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
RemoteSchema.hs Generalize remote schemas IR 2022-02-25 20:38:46 +00:00
Returning.hs simplification of generalized joins execution 2021-12-07 13:12:57 +00:00
Root.hs Generalize remote schemas IR 2022-02-25 20:38:46 +00:00
Select.hs Generalize remote schemas IR 2022-02-25 20:38:46 +00:00
Update.hs simplification of generalized joins execution 2021-12-07 13:12:57 +00:00