graphql-engine/server/src-lib/Hasura/Backends/Postgres
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/postgres: fix resetting the metadata catalog version to 43 while initializing postgres source with 1.0 catalog (#1645) 2021-06-23 18:01:09 +00:00
Execute [gardening] remove all traverse functions from RQL.IR 2021-07-08 15:42:53 +00:00
Instances [gardening] remove Alias from Backend 2021-07-09 15:54:56 +00:00
SQL server/postgres: support computed fields in query filters ('where' expression) 2021-07-07 11:59:32 +00:00
Translate [gardening] remove Alias from Backend 2021-07-09 15:54:56 +00:00
Types server: misc cleanups 2021-06-15 15:06:37 +00:00
Connection.hs server: misc cleanups 2021-06-15 15:06:37 +00:00
DDL.hs server: introduce Hasura.Base (take 2) 2021-05-11 15:19:33 +00:00