graphql-engine/server/src-lib/Hasura/GraphQL/Transport
Antoine Leblanc 1d76015629 delete ExecutionCtx in favour of explicit argument passing
### Description

This small PR removes `ExecutionCtx`: it was only used as a `Reader` argument for `runGQ`, and two of its wrappers. Explicit argument passing removes one additional small record, and one more `runReaderT`.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8397
GitOrigin-RevId: cdf65f643283be37d493d483d46a586f0f9ef885
2023-03-21 12:37:21 +00:00
..
HTTP [server] Fix CockroachDB live queries 2022-11-02 11:41:02 +00:00
WebSocket server: rename SchemaCacheRef to AppStateRef and add AppContext to it 2023-03-17 10:30:38 +00:00
Backend.hs chore(server): split new statistics log from QueryLog 2023-03-15 13:06:47 +00:00
HTTP.hs delete ExecutionCtx in favour of explicit argument passing 2023-03-21 12:37:21 +00:00
Instances.hs Rename Data Wrapper to Data Connector [GDW-89] 2022-05-02 05:04:07 +00:00
WebSocket.hs server: rename SchemaCacheRef to AppStateRef and add AppContext to it 2023-03-17 10:30:38 +00:00
WSServerApp.hs server: rename SchemaCacheRef to AppStateRef and add AppContext to it 2023-03-17 10:30:38 +00:00