graphql-engine/server/src-lib/Hasura/RQL
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 [gardening] Introduce PartialArbitrary 2021-07-05 22:04:38 +00:00
DML [gardening] remove all traverse functions from RQL.IR 2021-07-08 15:42:53 +00:00
IR [gardening] remove Alias from Backend 2021-07-09 15:54:56 +00:00
Types [gardening] remove Alias from Backend 2021-07-09 15:54:56 +00:00
IR.hs server: support remote relationships on SQL Server and BigQuery (#1497) 2021-06-11 03:27:39 +00:00
Types.hs 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