graphql-engine/server/src-lib/Hasura/Backends/MSSQL
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
..
DDL server: misc cleanups 2021-06-15 15:06:37 +00:00
Instances [gardening] remove Alias from Backend 2021-07-09 15:54:56 +00:00
SQL server: misc cleanups 2021-06-15 15:06:37 +00:00
Types MSSQL nodes aggregates & inherited roles 2021-07-08 20:50:09 +00:00
Connection.hs server: mssql: apply schema changes by mssql_run_sql DDL on metadata (fix #779) 2021-05-27 15:07:10 +00:00
DDL.hs server: support remote relationships on SQL Server and BigQuery (#1497) 2021-06-11 03:27:39 +00:00
FromIr.hs MSSQL nodes aggregates & inherited roles 2021-07-08 20:50:09 +00:00
Meta.hs server: Updates 'pg-client-hs', fixes explicit conversions 2021-06-18 17:00:24 +00:00
Plan.hs MSSQL nodes aggregates & inherited roles 2021-07-08 20:50:09 +00:00
ToQuery.hs MSSQL nodes aggregates & inherited roles 2021-07-08 20:50:09 +00:00
Types.hs mssql: connection pooling 2021-02-25 18:16:52 +00:00