graphql-engine/server/src-test/Hasura
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
..
GraphQL Kill Arbitrary, take 2 (fix #1736) 2021-08-06 10:18:37 +00:00
RQL server,docs,tests: add support for connection_parameters to pg_add_source API 2021-09-06 17:00:12 +00:00
Server server: drop LazyTxT newtype 2021-09-15 20:46:45 +00:00
SQL server: allow GeoJSON to be passed for Geometry/Geography operators 2021-03-26 17:00:18 +00:00
EventingSpec.hs Integration test improvements (for speed/clarity), also increase polling interval for scheduled events 2021-04-27 05:35:26 +00:00
Generator.hs Update GraphQL Parser version to fix text encoding issue (fix #1965) 2021-08-06 11:54:45 +00:00
IncrementalSpec.hs server: Fix fine-grained incremental cache invalidation (fix #3759) (#6027) 2020-10-27 14:52:19 -05:00
SessionSpec.hs Remote Schema Customization take 2 using parser tranformations 2021-07-30 11:33:59 +00:00