graphql-engine/server/src-lib/Hasura/GraphQL/Execute
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
..
Action [gardening] remove all traverse functions from RQL.IR 2021-07-08 15:42:53 +00:00
LiveQuery server: support for graphql-ws protocol 2021-08-24 16:26:12 +00:00
RemoteJoin Remote schema execution logic 2021-08-06 13:40:37 +00:00
Action.hs server: drop LazyTxT newtype 2021-09-15 20:46:45 +00:00
Backend.hs server: drop LazyTxT newtype 2021-09-15 20:46:45 +00:00
Common.hs server: SQL query tags for GQL operations (closes #400) 2021-07-29 08:30:10 +00:00
Inline.hs server: introduce Hasura.Base (take 2) 2021-05-11 15:19:33 +00:00
Instances.hs mysql: Metadata awareness 2021-07-15 12:45:51 +00:00
Mutation.hs Remote Schema Customization take 2 using parser tranformations 2021-07-30 11:33:59 +00:00
Query.hs server: remove stray comment 2021-08-23 15:03:33 +00:00
Remote.hs server: Uses GraphQL type in remote variable cache key 2021-08-04 21:24:36 +00:00
RemoteJoin.hs server: support remote relationships on SQL Server and BigQuery (#1497) 2021-06-11 03:27:39 +00:00
Resolve.hs server: support for custom directives 2021-05-20 10:03:50 +00:00
Types.hs server: support remote relationships on SQL Server and BigQuery (#1497) 2021-06-11 03:27:39 +00:00