mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
0a9382f2dc
### 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 |
||
---|---|---|
.. | ||
BoolExp.hs | ||
Delete.hs | ||
Insert.hs | ||
OrderBy.hs | ||
Returning.hs | ||
Root.hs | ||
Select.hs | ||
Update.hs |