graphql-engine/server/src-lib/Hasura
Antoine Leblanc 0a9382f2dc [gardening] remove Alias from Backend
### Description

In our haste to generalize everything for MSSQL, we put every single "suspicious" type in Backend, including ones that weren't required. `Alias` is one of those: it's only used in a type alias, and is actually just an implementation detail of the translation layer. This PR removes it.

https://github.com/hasura/graphql-engine-mono/pull/1759

GitOrigin-RevId: fb348934ec65a51aae7f95d93c83c3bb704587b5
2021-07-09 15:54:56 +00:00
..
Backends [gardening] remove Alias from Backend 2021-07-09 15:54:56 +00:00
Base server: include more detail in inconsistent metadata error messages (fix #6684) 2021-05-19 05:02:53 +00:00
Cache server: cleanup of language extensions [gardening] 2021-04-16 06:55:56 +00:00
Eventing server: Log action and event names (close #1603) 2021-07-05 07:48:39 +00:00
GraphQL [gardening] remove Alias from Backend 2021-07-09 15:54:56 +00:00
Incremental server: IR for DB-DB joins 2021-06-17 23:13:05 +00:00
Metadata server: fix cron trigger bug of new events not getting generated when cron trigger is imported via metadata 2021-05-26 16:20:19 +00:00
RQL [gardening] remove Alias from Backend 2021-07-09 15:54:56 +00:00
Server server: delegate Metadata API parsing to a new backend class 2021-07-07 01:44:41 +00:00
SQL server: delegate Metadata API parsing to a new backend class 2021-07-07 01:44:41 +00:00
App.hs server: log request type (batched/single) in http-log 2021-07-05 09:46:29 +00:00
EncJSON.hs server: heterogeneous execution of GraphQL queries (#5869) 2020-10-07 10:23:17 +00:00
GC.hs server: simplify shutdown logic, improve resource management (#218) (#195) 2020-12-21 18:56:57 +00:00
HTTP.hs improve debug information in actions errors response (close #4031) (#4432) 2020-04-24 13:25:51 +05:30
Incremental.hs Build the GraphQL context after pruning dangling dependents 2020-01-30 18:17:29 -06:00
Logging.hs server: generalized LogQueryLog (fix #708) 2021-03-13 14:41:44 +00:00
Prelude.hs server/postgres: support computed fields in query filters ('where' expression) 2021-07-07 11:59:32 +00:00
Session.hs Revert "remote schema typename customisation" 2021-06-10 09:57:16 +00:00
Tracing.hs Revert "remote schema typename customisation" 2021-06-10 09:57:16 +00:00