graphql-engine/server/src-lib/Hasura/Backends/MSSQL/Instances
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
..
API.hs server: delegate Metadata API parsing to a new backend class 2021-07-07 01:44:41 +00:00
Execute.hs MSSQL nodes aggregates & inherited roles 2021-07-08 20:50:09 +00:00
Metadata.hs server: support remote relationships on SQL Server and BigQuery (#1497) 2021-06-11 03:27:39 +00:00
Schema.hs server: IR for DB-DB joins 2021-06-17 23:13:05 +00:00
Transport.hs Revert splitting-out of variables in MSSQL 2021-06-01 10:05:26 +00:00
Types.hs [gardening] remove Alias from Backend 2021-07-09 15:54:56 +00:00