mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
dd635fbbc7
### Description This PR is one more step towards #8344: it splits `initializeContext` into two parts: the first one builds the `AppEnv`, and the second builds the `AppContext` and its corresponding `AppStateRef`. Splitting it allows us to run the first schema cache build _in the app monad_, which was one of the steps required to remove `CacheBuild`, and ultimately to achieve #8344, which in turn is a blocker for several projects. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8445 GitOrigin-RevId: 0ef9eeec0c941b915da505cc9b1c60f36b108a56 |
||
---|---|---|
.. | ||
Main.hs |