mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
d7309b811e
### Description As part of another project (the continuation of #8421), i have started a cleanup of `Hasura.App`, focusing on deleting old code and grouping together things that belong together. This quickly grew into a refactor of `GlobalCtx`, now renamed into `BasicConnectionInfo`. This small refactor adds comments, and aims at making clear what the purpose of those types and functions is. Furthermore, it also changes the way the default postgres connection info is created, by making that part of the process of creating the `BasicConnectionInfo`, to deduplicate similar effort across different files. This is expected to be a no-op. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8440 GitOrigin-RevId: 412c5b1905f629beb9c6cd262b9798cb31c93bdb |
||
---|---|---|
.. | ||
Main.hs |