graphql-engine/server/src-lib/Hasura/Backends/BigQuery/Instances
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
..
API.hs BigQuery remote joins 2021-11-24 16:22:55 +00:00
Execute.hs simplification of generalized joins execution 2021-12-07 13:12:57 +00:00
Metadata.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
Schema.hs simplified schema cache representation of remote relationships 2021-12-21 23:15:50 +00:00
Transport.hs Source typename customization (close graphql-engine#6974) 2021-10-29 14:43:14 +00:00
Types.hs Remove Identifier associated type family from Backend class (close #1758) 2021-12-13 16:49:09 +00:00