graphql-engine/server/src-lib
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
..
Autodocodec server: codecs for api limits 2023-03-15 01:38:52 +00:00
Control chore: Fix all outstanding hlint hints 2023-02-20 17:43:28 +00:00
Data server: fix scheduled events not showing up on console when the payload construction is failed 2023-03-14 12:28:49 +00:00
Database/MSSQL Source catalog migrations minor enhancements 2022-11-01 22:42:40 +00:00
GHC Add allocation counter to trace spans and trace metadata 2022-08-18 21:57:59 +00:00
Hasura delete ExecutionCtx in favour of explicit argument passing 2023-03-21 12:37:21 +00:00
Net server: vendor used bits of 'ip' package to cut dependencies 2022-06-20 23:16:51 +00:00
Network server: rename SchemaCacheRef to AppStateRef and add AppContext to it 2023-03-17 10:30:38 +00:00