graphql-engine/server/src-lib/Hasura/RQL/IR
Vamshi Surabhi cca3831180 simplified schema cache representation of remote relationships
This PR pretty much does the same thing to remote relationship types in schemacache as what #2979 did to remote relationship types in the IR. On main remote relationships are represented by types of form `T from to`.  This PR changes it to `T from` which makes it a lot more reusable.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3037
GitOrigin-RevId: 90a5c9e2346c8dc2da6ec5b8c970d6c863d2afb8
2021-12-21 23:15:50 +00:00
..
BoolExp.hs Unified remote relationship metadata 2021-12-01 04:54:30 +00:00
Conflict.hs server: Improve code readability around OnConflict clauses 2021-12-20 11:16:46 +00:00
Delete.hs simplification of generalized joins execution 2021-12-07 13:12:57 +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 simplification of generalized joins execution 2021-12-07 13:12:57 +00:00
Returning.hs simplification of generalized joins execution 2021-12-07 13:12:57 +00:00
Root.hs simplification of generalized joins execution 2021-12-07 13:12:57 +00:00
Select.hs simplified schema cache representation of remote relationships 2021-12-21 23:15:50 +00:00
Update.hs simplification of generalized joins execution 2021-12-07 13:12:57 +00:00