graphql-engine/server/src-lib/Hasura/RQL/DDL/Schema
Robert fe035125f4 server: drop LazyTxT newtype
This is a follow-up to #1959.

Today, I spent a while in review figuring out that a harmless PR change didn't do anything,
because it was moving from a `runLazy...` to something without the `Lazy`. So let's get
that source of confusion removed.

This should be a bit easier to review commit by commit, since some of the functions had
confusing names. (E.g. there was a misnamed `Migrate.Internal.runTx` before.)

The change should be a no-op.

https://github.com/hasura/graphql-engine-mono/pull/2335

GitOrigin-RevId: 0f284c4c0f814482d7827e7732a6d49e7735b302
2021-09-15 20:46:45 +00:00
..
Cache server: fix the nullability of object relationships (fix hasura/graphql-engine#7201) 2021-08-26 15:27:34 +00:00
Cache.hs server: drop LazyTxT newtype 2021-09-15 20:46:45 +00:00
Catalog.hs server: introduce Hasura.Base (take 2) 2021-05-11 15:19:33 +00:00
Common.hs server: mssql: apply schema changes by mssql_run_sql DDL on metadata (fix #779) 2021-05-27 15:07:10 +00:00
Diff.hs server/mssql: integrate insert mutation schema parser for MSSQL backend 2021-08-31 13:35:49 +00:00
Enum.hs server: generalize schema cache building (#496) 2021-02-14 06:08:46 +00:00
Function.hs server: fix untrack_function for non-default source 2021-08-19 10:28:49 +00:00
LegacyCatalog.hs server: update create_scheduled_event API to respond with event_id 2021-09-13 18:01:55 +00:00
Rename.hs server: add metadata for DB-DB remote joins 2021-07-22 23:07:10 +00:00
Source.hs server: log post drop-source hook errors instead of throwing 2021-07-27 15:15:47 +00:00
Table.hs server/mssql: integrate insert mutation schema parser for MSSQL backend 2021-08-31 13:35:49 +00:00